SEBWIN-506: Attempting to get bootstrapper download to work...

This commit is contained in:
Damian Büchel 2021-08-16 12:40:22 +02:00
parent 98e37bec59
commit f5e1cf869d

View file

@ -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