Skip to content

Commit c4af86b

Browse files
committed
Fix build +semver:none
1 parent 3f9e8c2 commit c4af86b

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
@@ -27,7 +27,7 @@ deploy_script:
2727
if($env:APPVEYOR_PULL_REQUEST_TITLE = '' -and $env:APPVEYOR_REPO_BRANCH -eq 'master'){
2828
Publish-Module -Name PSF -NuGetApiKey "$env:APIKey" -Verbose -Force
2929
} else {
30-
Write-Warning "Not publishing module as we are on branch '$env:APPVEYOR_REPO_BRANCH' (or we are processing a Pull Request)."
30+
Write-Warning "Not publishing module as we are on branch '$env:APPVEYOR_REPO_BRANCH' (or we are processing a Pull Request '$env:APPVEYOR_PULL_REQUEST_TITLE')."
3131
}
3232
3333
artifacts:

0 commit comments

Comments
 (0)