Skip to content

Commit 77fcd02

Browse files
authored
include common utils in docker build
1 parent ecfd3a7 commit 77fcd02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Build.Docker.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Push-Location $PSScriptRoot
22

3+
. ./Build.Common.ps1
4+
35
$IsCIBuild = $null -ne $env:APPVEYOR_BUILD_NUMBER
46
$IsPublishedBuild = ($env:APPVEYOR_REPO_BRANCH -eq "main" -or $env:APPVEYOR_REPO_BRANCH -eq "dev") -and $null -eq $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH
57

0 commit comments

Comments
 (0)