From f5e1cf869d87b4bd6b49d033dffb16b2e07fb7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Mon, 16 Aug 2021 12:40:22 +0200 Subject: [PATCH] SEBWIN-506: Attempting to get bootstrapper download to work... --- appveyor-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-release.yml b/appveyor-release.yml index 5591f286..ffce218e 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -14,8 +14,8 @@ assembly_info: assembly_file_version: '{version}' 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 + - 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