File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,17 @@ clone_folder: C:\projects\libgit2sharp
11
11
12
12
environment :
13
13
matrix :
14
- - xunit_runner : xunit.console.clr4 .exe
14
+ - xunit_runner : C:\projects\libgit2sharp\packages\ xunit.runners.2.0.0-beta5-build2785\tools\xunit.console .exe
15
15
Arch : 64
16
- - xunit_runner : xunit.console.clr4 .x86.exe
16
+ - xunit_runner : C:\projects\libgit2sharp\packages\ xunit.runners.2.0.0-beta5-build2785\tools\xunit.console .x86.exe
17
17
Arch : 32
18
18
19
19
build_script :
20
+ - nuget restore "C:\projects\libgit2sharp\LibGit2Sharp.sln"
20
21
- msbuild "C:\projects\libgit2sharp\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
21
22
22
23
test_script :
23
- - ' %xunit_runner% "C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
24
+ - ' " %xunit_runner%" "C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
24
25
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
25
26
26
27
notifications :
You can’t perform that action at this time.
0 commit comments