Skip to content

Commit 9b57429

Browse files
committed
Fixed package restore in appveyor config
1 parent fbc342a commit 9b57429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configuration:
88
- Debug
99

1010
build_script:
11-
- cmd: nuget restore
11+
- cmd: nuget restore src/GitVersion.sln
1212

1313
- cmd: msbuild src/GitVersion.sln "/p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%"
1414
- ps: .\build\NuGetCommandLineBuild\tools\GitVersion.exe /l console /output buildserver /updateAssemblyInfo

0 commit comments

Comments
 (0)