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 c21af0a commit 6965df1Copy full SHA for 6965df1
build/azure-pipeline.pre-release.yml
@@ -88,8 +88,7 @@ extends:
88
- script: python -m nox --session install_bundled_libs -- ${{ variables.packageArch }}
89
displayName: Install libraries
90
env:
91
- VSCETARGET: ${{ parameters.VSCETARGET }}
92
- VSCETARGET2: ${{ variables.VSCETARGET }}
+ VSCETARGET: ${{ variables.VSCETARGET }}
93
94
- script: python ./build/update_ext_version.py --for-publishing
95
displayName: Update build number
0 commit comments