Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit e139db6

Browse files
Merge pull request #16 from SubPointSolutions/dev
+ appveyor build fix
2 parents b8a7da1 + bd6eccf commit e139db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_shared/.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ task VersionModule {
110110
if($null -ne $env:APPVEYOR_REPO_BRANCH) {
111111
Write-Build Green " [~] Running under APPVEYOR branch: $($env:APPVEYOR_REPO_BRANCH)"
112112

113-
if($env:APPVEYOR_REPO_BRANCH -ine "beta" -and $env:APPVEYOR_REPO_BRANCH -ine "master") {
113+
if($env:APPVEYOR_REPO_BRANCH -ine "master") {
114114
Write-Build Green " skipping APPVEYOR versioning for branch: $($env:APPVEYOR_REPO_BRANCH)"
115115
} else {
116116
Write-Build Green " using APPVEYOR versioning for branch: $($env:APPVEYOR_REPO_BRANCH)"

0 commit comments

Comments
 (0)