Skip to content

Commit a85fc40

Browse files
author
Edward Thomson
committed
appveyor: use bundled nuget
1 parent 2d1f183 commit a85fc40

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ install:
7676
7777
If ($Env:SHOULD_RUN_COVERALLS -eq $True)
7878
{
79-
nuget install OpenCover -Version 4.6.166 -ExcludeVersion -OutputDirectory .\packages
80-
nuget install coveralls.net -Version 0.6.0 -ExcludeVersion -OutputDirectory .\packages
79+
lib\nuget\nuget.exe install OpenCover -Version 4.6.166 -ExcludeVersion -OutputDirectory .\packages
80+
lib\nuget\nuget.exe install coveralls.net -Version 0.6.0 -ExcludeVersion -OutputDirectory .\packages
8181
}
8282
8383
If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True)
@@ -97,8 +97,7 @@ cache:
9797

9898
before_build:
9999
- ps: |
100-
nuget help
101-
nuget restore "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln"
100+
lib\nuget\nuget.exe restore "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln"
102101
103102
build_script:
104103
- ps: |

0 commit comments

Comments
 (0)