Skip to content

Commit 165f00d

Browse files
skip alternate-type spector (#53512)
* skip alternate-type spector * regen
1 parent 41ee2f0 commit 165f00d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

eng/packages/http-client-csharp/eng/scripts/Spector-Helper.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $failingSpecs = @(
55
Join-Path 'http' 'payload' 'xml'
66
Join-Path 'http' 'response' 'status-code-range' # Response namespace conflicts with Azure.Response
77
# Azure scenarios not yet buildable
8+
Join-Path 'http' 'azure' 'client-generator-core' 'alternate-type'
89
Join-Path 'http' 'azure' 'client-generator-core' 'client-initialization'
910
Join-Path 'http' 'azure' 'client-generator-core' 'deserialize-empty-string-as-null' # long path issue and also not needed for Azure emitter
1011
# These scenarios will be covered in Azure.Generator.Management

eng/packages/http-client-csharp/generator/Azure.Generator/src/Properties/launchSettings.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
"commandName": "Executable",
3131
"executablePath": "dotnet"
3232
},
33-
"http-azure-client-generator-core-alternate-type": {
34-
"commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/azure/client-generator-core/alternate-type -g AzureStubGenerator",
35-
"commandName": "Executable",
36-
"executablePath": "dotnet"
37-
},
3833
"http-azure-client-generator-core-api-version-header": {
3934
"commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/azure/client-generator-core/api-version/header -g AzureStubGenerator",
4035
"commandName": "Executable",

0 commit comments

Comments
 (0)