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 ecfd3a7 commit 77fcd02Copy full SHA for 77fcd02
Build.Docker.ps1
@@ -1,5 +1,7 @@
1
Push-Location $PSScriptRoot
2
3
+. ./Build.Common.ps1
4
+
5
$IsCIBuild = $null -ne $env:APPVEYOR_BUILD_NUMBER
6
$IsPublishedBuild = ($env:APPVEYOR_REPO_BRANCH -eq "main" -or $env:APPVEYOR_REPO_BRANCH -eq "dev") -and $null -eq $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH
7
0 commit comments