Skip to content

Commit 8a24a53

Browse files
fix variable
1 parent c18206d commit 8a24a53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/azure-pipeline.pre-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ extends:
8888
- script: python -m nox --session install_bundled_libs -- ${{ variables.packageArch }}
8989
displayName: Install libraries
9090
env:
91-
VSCETARGET: ${{ parameters.VSCETARGET }}
92-
VSCETARGET2: ${{ variables.VSCETARGET }}
91+
VSCETARGET: ${{ variables.VSCETARGET }}
9392

9493
- script: python ./build/update_ext_version.py --for-publishing
9594
displayName: Update build number

0 commit comments

Comments
 (0)