Skip to content

Commit

Permalink
Net Core - AppVeyor nuget restore
Browse files Browse the repository at this point in the history
dotnet restore and msbuild doesn't like the vcxproj files
use nuget restore directly for the two vcxprojs

Issue #3197
  • Loading branch information
amaitland committed Aug 14, 2020
1 parent 5e69d57 commit 54b60a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ for:
only:
- image: Visual Studio 2019
before_build:
nuget restore CefSharp.Core\packages.config -PackagesDirectory packages
nuget restore CefSharp.BrowserSubprocess.Core\packages.config -PackagesDirectory packages
msbuild /t:restore CefSharp3.netcore.sln
build:
project: CefSharp3.netcore.sln
Expand Down

0 comments on commit 54b60a5

Please sign in to comment.