From ef72e89508ff4902e1aac6f39e1f2fed79a8bf8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Mon, 16 Aug 2021 13:05:54 +0200 Subject: [PATCH] SEBWIN-506: Attempting to get bootstrapper download to work... --- appveyor-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-release.yml b/appveyor-release.yml index ca283e18..5214a7b8 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -38,7 +38,7 @@ for: - nuget restore - md "Setup\bin\x64\%CONFIGURATION%" - move "%TEMP%\SEB_Setup.msi" "Setup\bin\x64\%CONFIGURATION%\Setup.msi" - - ps: Invoke-WebRequest "https://go.microsoft.com/fwlink/p/?LinkId=2124703" + - appveyor DownloadFile "https://go.microsoft.com/fwlink/p/?LinkId=2124703" after_build: - appveyor PushArtifact "Setup\bin\%PLATFORM%\%CONFIGURATION%\Setup.msi" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_%PLATFORM%_Setup.msi" -DeploymentName "%APPVEYOR_BUILD_VERSION% Setup (%PLATFORM%)" - appveyor PushArtifact "SetupBundle\bin\%PLATFORM%\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle.exe" -DeploymentName "%APPVEYOR_BUILD_VERSION% Setup Bundle"