diff --git a/appveyor-release.yml b/appveyor-release.yml index c6a2b244..5591f286 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -15,6 +15,7 @@ assembly_info: assembly_informational_version: '3.3.1 BETA ($(platform))' install: - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe + - appveyor DownloadFile https://go.microsoft.com/fwlink/p/?LinkId=2124703 build_script: - msbuild /verbosity:minimal "SafeExamBrowser.sln" test: off @@ -38,7 +39,6 @@ for: - nuget restore - md "Setup\bin\x64\%CONFIGURATION%" - move "%TEMP%\SEB_Setup.msi" "Setup\bin\x64\%CONFIGURATION%\Setup.msi" - - ps: Start-FileDownload "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"