Skip to content

Commit bddec7d

Browse files
authored
add init script to configure .Net environment (Azure#34164)
add init script to configure .Net environment in legacy .Net sdk automation pipeline
1 parent a21aab1 commit bddec7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

swagger_to_sdk_config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lmazuel/swagger-to-sdk/master/swagger_to_sdk_config.schema.json",
3+
"initOptions": {
4+
"initScript": {
5+
"path": "pwsh ./eng/scripts/Automation-Sdk-Init.ps1"
6+
}
7+
},
38
"meta": {
49
"autorest_options": {
510
"version": "2.0.4421",

0 commit comments

Comments
 (0)