Skip to content

Commit a28fac5

Browse files
appveyor fix
1 parent 9f118fb commit a28fac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
git submodule update --init --recursive
2929
before_build:
3030
- >-
31-
nuget restore "Source\%APP_DIR_NAME%.%SOLUTION_EXT%" -PackagesDirectory "Source\GUI\packages"
31+
nuget restore "Source\%APP_DIR_NAME%.%SOLUTION_EXT%"
3232
build:
3333
project: Source\%APP_DIR_NAME%.%SOLUTION_EXT%
3434
parallel: true

0 commit comments

Comments
 (0)