зеркало из
1
0
Форкнуть 0
Garrett Serack 2020-03-12 09:54:12 -07:00
Родитель 71ad5539f9 dc26e1277a
Коммит b7aa398c9a
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -49,7 +49,7 @@ steps:
# publish autorest cli and beta (@autorest/autorest)
cd modelerfour
v=`node -e "console.log(require('./package.json').version)"`
publish-release --token $(Github-azuresdkci-personalaccesstoken) --repo autorest.modelerfour --owner azure --name v$v --tag v$v --notes='prerelease build' --prerelease --editRelease false --assets ../common/temp/artifacts/packages/autorest-modelerfour-$v.tgz --target_commitish $(Build.SourceBranchName)
publish-release --token $(azuresdk-github-pat) --repo autorest.modelerfour --owner azure --name v$v --tag v$v --notes='prerelease build' --prerelease --editRelease false --assets ../common/temp/artifacts/packages/autorest-modelerfour-$v.tgz --target_commitish $(Build.SourceBranchName)
rc=$?; if [ $rc -ne 0 ]; then exit $rc ; fi
cd ..

Просмотреть файл

@ -54,7 +54,7 @@
"@azure-tools/codegen": "~2.4.0",
"@azure-tools/codegen-csharp": "~3.0.0",
"@azure-tools/autorest-extension-base": "~3.1.0",
"@azure-tools/codemodel": "~3.3.0",
"@azure-tools/codemodel": "~3.4.0",
"@azure-tools/tasks": "~3.0.0",
"@azure-tools/openapi": "~3.0.0",
"@azure-tools/datastore": "~4.1.0",
@ -69,7 +69,7 @@
"@azure-tools/codegen": "~2.4.0",
"@azure-tools/codegen-csharp": "~3.0.0",
"@azure-tools/autorest-extension-base": "~3.1.0",
"@azure-tools/codemodel": "~3.3.0",
"@azure-tools/codemodel": "~3.4.0",
"@azure-tools/tasks": "~3.0.0",
"@azure-tools/openapi": "~3.0.0",
"@azure-tools/datastore": "~4.1.0",
@ -78,4 +78,4 @@
}
},
"dependencies": {}
}
}