Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit dbf983f

Browse files
committed
Don't create packages in the 'normal' CI environment
1 parent 7568520 commit dbf983f

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
@@ -12,7 +12,7 @@ install:
1212
- ps: |
1313
$full_build = Test-Path env:GHFVS_KEY
1414
$forVSInstaller = $env:BUILD_TYPE -eq "vsinstaller"
15-
$package = $full_build -and ($env:APPVEYOR_PULL_REQUEST_NUMBER -or $env:APPVEYOR_REPO_BRANCH -eq "master" -or $forVSInstaller -or $env:BUILD_TYPE -eq "package")
15+
$package = $full_build -and ($env:APPVEYOR_PULL_REQUEST_NUMBER -or $forVSInstaller -or $env:BUILD_TYPE -eq "package")
1616
1717
$message = "Building "
1818
if ($package) { $message += "and packaging "}

0 commit comments

Comments
 (0)