Skip to content

Commit f21c82f

Browse files
committed
Fake it!
1 parent bc99461 commit f21c82f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ branches:
44
only:
55
- master
66
- vNext
7+
- coveralls
78

89
skip_tags: true
910

@@ -70,6 +71,12 @@ install:
7071
Write-Host "Should publish on success = " -NoNewLine
7172
Write-Host $Env:publish_on_success -ForegroundColor "Green"
7273
74+
# Fake a merge commit
75+
$Env:SHOULD_RUN_COVERALLS = $True
76+
$Env:SHOULD_RUN_COVERITY_ANALYSIS = $False
77+
$Env:SHOULD_PACKAGE_NUGET_ARTIFACT = $True
78+
#
79+
7380
If ($Env:SHOULD_PACKAGE_NUGET_ARTIFACT -eq $True)
7481
{
7582
cinst sourcelink -y

0 commit comments

Comments
 (0)