8000 Fixup! Forgot % · GiTechLab/libgit2sharp@750f1af · GitHub
[go: up one dir, main page]

Skip to content

Commit 750f1af

Browse files
committed
Fixup! Forgot %
1 parent 3a6a5b1 commit 750f1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build_script:
5757
- msbuild "%APPVEYOR_BUILD_FOLDER%\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
5858

5959
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'
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'
6161

6262
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
6363

0 commit comments

Comments
 (0)
0