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 d9d32c0 commit cac438fCopy full SHA for cac438f
build/azure-pipelines/win32/product-build-win32.yml
@@ -297,7 +297,7 @@ steps:
297
$env:ESRPAADUsername = "$(esrp-aad-username)"
298
$env:ESRPAADPassword = "$(esrp-aad-password)"
299
exec { yarn gulp "vscode-win32-$(VSCODE_ARCH)-user-setup" --sign }
300
- $SetupPath = ".build\win32-$(VSCODE_ARCH)\user-setup\VSCodeSetup-$(VSCODE_ARCH)-$(VSCODE_VERSION).exe"
+ $SetupPath = ".build\win32-$(VSCODE_ARCH)\user-setup\VSCodeUserSetup-$(VSCODE_ARCH)-$(VSCODE_VERSION).exe"
301
mv .build\win32-$(VSCODE_ARCH)\user-setup\VSCodeSetup.exe $SetupPath
302
echo "##vso[task.setvariable variable=USER_SETUP_PATH]$SetupPath"
303
displayName: Build user setup
0 commit comments