Skip to content

Commit 29842ac

Browse files
committed
Merge branch 'main' into optimized-yml-extract
2 parents 0363d4d + 8fd2675 commit 29842ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/common/scripts/Package-Properties.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ class PackageProps {
106106
}
107107

108108
[void]InitializeCIArtifacts() {
109+
if (-not $env:SYSTEM_TEAMPROJECTID -and -not $env:GITHUB_ACTIONS) {
110+
return
111+
}
112+
109113
$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot ".." ".." "..")
110114

111115
$ciFolderPath = Join-Path -Path $RepoRoot -ChildPath (Join-Path "sdk" $this.ServiceDirectory)

0 commit comments

Comments
 (0)