File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ version: 2.0.0.{build}
1616# branches to build
1717branches :
1818 only :
19- - master
19+ - prerelease-v2.0.0
2020
2121# Do not build on tags (GitHub and BitBucket)
2222skip_tags : true
@@ -101,7 +101,7 @@ deploy:
101101 secure : BgyLisMc154qWpkyBdh8OD+D9HMM+YnBkh7H4MEUShKO3aCU+Fn/XVGJ07fTsRmH
102102 artifact : /(.*\.zip|.*\.exe)/
103103 draft : false # true means release is private (visible to contributors only), false is public (visible to everyone)
104- prerelease : true # true for prerelease, false to identify this release as the 'latest release'
104+ prerelease : false # true for prerelease, false to identify this release as the 'latest release'
105105 force_update : true
106106
107107# ---------------------------------#
Original file line number Diff line number Diff line change 1414Write-Output " Running prepare_github_deploy.ps1..."
1515Write-Output " Current branch: $env: APPVEYOR_REPO_BRANCH "
1616Write-Output " Current build version: $env: APPVEYOR_BUILD_VERSION "
17- If (" $env: APPVEYOR_REPO_BRANCH " - contains " prerelease" ) {
17+ If (" $env: APPVEYOR_REPO_BRANCH " . contains( " prerelease" ) ) {
1818 Write-Output " Tagging each commits with a unique version..."
1919 Write-Output " Deploying each commits to GitHub..."
2020
You can’t perform that action at this time.
0 commit comments