Skip to content

Commit 300fcb8

Browse files
committed
removed extra unneeded nuget restore
1 parent 0a36692 commit 300fcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.tasks.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ task postbuild -depends pack, archive, coverage-only, coveralls
175175

176176
task appveyor-install -depends GitVersion, RestoreNuGetPackages
177177

178-
task appveyor-build -depends RestoreNuGetPackages, build
178+
task appveyor-build -depends build
179179

180180
task appveyor-test -depends AppVeyorEnvironmentSettings, postbuild, coverity

0 commit comments

Comments
 (0)