Skip to content

Commit 8150716

Browse files
committed
appveyor.yml - nuget restore before build
1 parent 0214926 commit 8150716

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ platform: Any CPU
1717
# build Configuration, i.e. Debug, Release, etc.
1818
configuration: Release
1919

20+
# scripts to run before build
21+
before_build:
22+
dotnet restore
23+
2024
build:
2125
project: CefSharp.Extensions.sln
2226
# MSBuild verbosity level

0 commit comments

Comments
 (0)