You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Warning "Not publishing module as we are on branch'$env:APPVEYOR_REPO_BRANCH'."
29
+
} else {
30
+
Write-Warning "Not publishing module as we are not on master branch, or not building a tag.`nBranch = '$env:APPVEYOR_REPO_BRANCH'`nTag = '$env:APPVEYOR_REPO_TAG'"
0 commit comments