File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ install:
76
76
77
77
If ($Env:SHOULD_RUN_COVERALLS -eq $True)
78
78
{
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
81
81
}
82
82
83
83
If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True)
97
97
98
98
before_build :
99
99
- 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"
102
101
103
102
build_script :
104
103
- ps : |
You can’t perform that action at this time.
0 commit comments