Skip to content

Commit

Permalink
Net Core - AppVeyor before_build
Browse files Browse the repository at this point in the history
before_build is interpreting our commands as one, split them

Issue #3197
  • Loading branch information
amaitland committed Aug 14, 2020
1 parent 54b60a5 commit 6045c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +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
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 6045c68

Please sign in to comment.