We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f62811 commit ed9f4b9Copy full SHA for ed9f4b9
1 file changed
appveyor.yml
@@ -2,7 +2,7 @@ version: '{build}'
2
branches:
3
only:
4
- master
5
- - devel
+ - dev
6
skip_tags: true
7
image: Visual Studio 2015
8
configuration: Release
@@ -11,7 +11,7 @@ build_script:
11
- ps: >-
12
if ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null -and $env:APPVEYOR_REPO_BRANCH -eq "master") {
13
.\build.ps1 -Target Publish
14
- } elseif ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null -and $env:APPVEYOR_REPO_BRANCH -eq "devel") {
+ } elseif ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null -and $env:APPVEYOR_REPO_BRANCH -eq "dev") {
15
.\build.ps1 -Target PrePublish
16
} else {
17
.\build.ps1 -Target AppVeyor
0 commit comments