Skip to content

Commit fd4b2d1

Browse files
authored
Revert "Specified build command in the configuration for .NET (Azure#52546)" (Azure#52632)
This reverts commit ca6e724.
1 parent d0eb905 commit fd4b2d1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

eng/swagger_to_sdk_config.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/Azure/azure-sdk-tools/main/tools/spec-gen-sdk/src/types/SwaggerToSdkConfigSchema.json",
2+
"$schema": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/documentation/sdkautomation/SwaggerToSdkConfigSchema.json",
33
"generateOptions": {
44
"generateScript": {
55
"path": "pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1",
@@ -21,9 +21,6 @@
2121
}
2222
},
2323
"packageOptions": {
24-
"packageFolderFromFileSearch": false,
25-
"buildScript": {
26-
"command": "dotnet build {packagePath}"
27-
}
24+
"packageFolderFromFileSearch": false
2825
}
2926
}

0 commit comments

Comments
 (0)