Use nuget restore for AppVeyor CI build

msbuild /t:restore doesn't work for NuGet packages references by packages.config
This commit is contained in:
Victor Derks 2021-04-04 18:03:07 +02:00
parent cc28cd9243
commit 812ba2127a
No known key found for this signature in database
GPG Key ID: 3CAD1C98620F0A27

View File

@ -7,7 +7,7 @@ platform:
- x86
- x64
before_build:
- msbuild /t:restore
- nuget restore
build:
project: CharLS.sln
verbosity: minimal