mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
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:
parent
cc28cd9243
commit
812ba2127a
@ -7,7 +7,7 @@ platform:
|
||||
- x86
|
||||
- x64
|
||||
before_build:
|
||||
- msbuild /t:restore
|
||||
- nuget restore
|
||||
build:
|
||||
project: CharLS.sln
|
||||
verbosity: minimal
|
Loading…
x
Reference in New Issue
Block a user