Skip to content

Commit 8498a75

Browse files
azure-sdkscbedd
andauthored
Sync eng/common directory with azure-sdk-tools for PR 9330 (Azure#1900)
* disable InitializeCIArtifacts until we get a better loop for usage --------- Co-authored-by: Scott Beddall <[email protected]>
1 parent 402a961 commit 8498a75

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)