We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eb905 commit fd4b2d1Copy full SHA for fd4b2d1
eng/swagger_to_sdk_config.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/Azure/azure-sdk-tools/main/tools/spec-gen-sdk/src/types/SwaggerToSdkConfigSchema.json",
+ "$schema": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/documentation/sdkautomation/SwaggerToSdkConfigSchema.json",
3
"generateOptions": {
4
"generateScript": {
5
"path": "pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1",
@@ -21,9 +21,6 @@
21
}
22
},
23
"packageOptions": {
24
- "packageFolderFromFileSearch": false,
25
- "buildScript": {
26
- "command": "dotnet build {packagePath}"
27
- }
+ "packageFolderFromFileSearch": false
28
29
0 commit comments