File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ environment:
16
16
Arch : 64
17
17
- xunit_runner : xunit.console.clr4.x86.exe
18
18
Arch : 32
19
- coverity_token :
20
- secure : nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk=
21
- coverity_email :
22
- secure : eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A=
23
19
24
20
matrix :
25
21
fast_finish : true
@@ -65,6 +61,12 @@ test_script:
65
61
- REM '%xunit_runner% "%APPVEYOR_BUILD_FOLDER%\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
66
62
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
67
63
64
+ environment :
65
+ coverity_token :
66
+ secure : nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk=
67
+ coverity_email :
68
+ secure : eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A=
69
+
68
70
on_success :
69
71
- ps : |
70
72
# & "$env:APPVEYOR_BUILD_FOLDER\nuget.package\BuildNugetPackage.ps1" -commitSha "$env:APPVEYOR_REPO_COMMIT" -postBuild { sourcelink index -pr LibGit2Sharp.csproj -pp Configuration Release -nf Core\NativeDllName.cs -nf Core\UniqueIdentifier.cs -nf Properties\AssemblyInfo.cs -r .. -u 'https://raw.githubusercontent.com/libgit2/libgit2sharp/{0}/%var2%' }
You can’t perform that action at this time.
0 commit comments