Skip to content

Commit

Permalink
Net Core - AppVeyor msbuild restore
Browse files Browse the repository at this point in the history
dotnet restore doesn't like the vcxproj files, trying msbuild restore instead

Issue #3197
  • Loading branch information
amaitland committed Aug 14, 2020
1 parent be86a5b commit 5e69d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for:
only:
- image: Visual Studio 2019
before_build:
dotnet restore CefSharp3.netcore.sln
msbuild /t:restore CefSharp3.netcore.sln
build:
project: CefSharp3.netcore.sln
test:
Expand Down

0 comments on commit 5e69d57

Please sign in to comment.