8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6a5b1 commit 750f1afCopy full SHA for 750f1af
appveyor.yml
@@ -57,7 +57,7 @@ build_script:
57
- msbuild "%APPVEYOR_BUILD_FOLDER%\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
58
59
test_script:
60
-- '%APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0.0-rc-build2924\tools\%xunit_runner% "%APPVEYOR_BUILD_FOLDER%\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
+- '%APPVEYOR_BUILD_FOLDER%\packages\xunit.runner.console.2.0.0-rc-build2924\tools\%xunit_runner% "%APPVEYOR_BUILD_FOLDER%\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
61
62
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
63
0 commit comments