SEBWIN-506: Attempting to get bootstrapper download to work...
This commit is contained in:
parent
98e37bec59
commit
f5e1cf869d
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ assembly_info:
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '3.3.1 BETA ($(platform))'
|
assembly_informational_version: '3.3.1 BETA ($(platform))'
|
||||||
install:
|
install:
|
||||||
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
|
- 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://go.microsoft.com/fwlink/p/?LinkId=2124703"
|
||||||
build_script:
|
build_script:
|
||||||
- msbuild /verbosity:minimal "SafeExamBrowser.sln"
|
- msbuild /verbosity:minimal "SafeExamBrowser.sln"
|
||||||
test: off
|
test: off
|
||||||
|
|
Loading…
Reference in a new issue