File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ clone_folder: C:\projects\libgit2sharp
11
11
12
12
environment :
13
13
coveralls_token :
14
- secure : ixIsBslo9NheDb5lJknF58EYdgvZ0r3/L0ecRiXjfXmjHBLvoSU6/ZRwaMM+BAlG
14
+ secure : eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A=
15
15
coverity_token :
16
16
secure : nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk=
17
17
coverity_email :
@@ -65,6 +65,9 @@ install:
65
65
Write-Host "Should publish on success = " -NoNewLine
66
66
Write-Host $Env:publish_on_success -ForegroundColor "Green"
67
67
68
+ #Fake it
69
+ $Env:SHOULD_PACKAGE_NUGET_ARTIFACT = $True
70
+
68
71
If ($Env:SHOULD_PACKAGE_NUGET_ARTIFACT -eq $True)
69
72
{
70
73
cinst sourcelink -y
@@ -145,6 +148,8 @@ after_test:
145
148
--commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL `
146
149
--commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE `
147
150
--jobId $env:APPVEYOR_JOB_ID
151
+
152
+ ls
148
153
}
149
154
150
155
If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True -and $Env:publish_on_success -eq $True)
You can’t perform that action at this time.
0 commit comments