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 e5a9ce9 commit 22a2490Copy full SHA for 22a2490
ci/appveyor/prepare_github_deploy.ps1
@@ -14,7 +14,7 @@
14
Write-Output "Running prepare_github_deploy.ps1..."
15
Write-Output "Current branch: $env:APPVEYOR_REPO_BRANCH"
16
Write-Output "Current build version: $env:APPVEYOR_BUILD_VERSION"
17
-If ("$env:APPVEYOR_REPO_BRANCH" -contains "prerelease") {
+If ("$env:APPVEYOR_REPO_BRANCH".contains("prerelease")) {
18
Write-Output "Tagging each commits with a unique version..."
19
Write-Output "Deploying each commits to GitHub..."
20
0 commit comments