Skip to content

Commit 20986be

Browse files
committed
build stuff
1 parent fbdc320 commit 20986be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install:
1818
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
1919
before_build:
20-
- ps: nuget restore
20+
- ps: nuget restore MaterialDesignToolkit.Wpf.sln
2121
build:
2222
verbosity: minimal
2323
after_build:
@@ -51,7 +51,7 @@
5151
install:
5252
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
5353
before_build:
54-
- ps: nuget restore
54+
- ps: nuget restore MaterialDesignToolkit.Wpf.sln
5555
build:
5656
verbosity: minimal
5757
after_build:

0 commit comments

Comments
 (0)