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 8351b76 commit c8124b7Copy full SHA for c8124b7
bin/Publish.ps1
@@ -37,6 +37,7 @@ $toDelete = @(
37
38
AbortIfGitNotAvailable
39
AbortIfDirtyWorkingDirectory
40
+AbortIfNotOnMaster
41
42
try {
43
push-location $PSScriptRoot\..
0 commit comments