Skip to content

Commit cac438f

Browse files
authored
fix windows build (microsoft#187575)
1 parent d9d32c0 commit cac438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipelines/win32/product-build-win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ steps:
297297
$env:ESRPAADUsername = "$(esrp-aad-username)"
298298
$env:ESRPAADPassword = "$(esrp-aad-password)"
299299
exec { yarn gulp "vscode-win32-$(VSCODE_ARCH)-user-setup" --sign }
300-
$SetupPath = ".build\win32-$(VSCODE_ARCH)\user-setup\VSCodeSetup-$(VSCODE_ARCH)-$(VSCODE_VERSION).exe"
300+
$SetupPath = ".build\win32-$(VSCODE_ARCH)\user-setup\VSCodeUserSetup-$(VSCODE_ARCH)-$(VSCODE_VERSION).exe"
301301
mv .build\win32-$(VSCODE_ARCH)\user-setup\VSCodeSetup.exe $SetupPath
302302
echo "##vso[task.setvariable variable=USER_SETUP_PATH]$SetupPath"
303303
displayName: Build user setup

0 commit comments

Comments
 (0)