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 402a961 commit 8498a75Copy full SHA for 8498a75
eng/common/scripts/Package-Properties.ps1
@@ -106,6 +106,10 @@ class PackageProps {
106
}
107
108
[void]InitializeCIArtifacts() {
109
+ if (-not $env:SYSTEM_TEAMPROJECTID -and -not $env:GITHUB_ACTIONS) {
110
+ return
111
+ }
112
+
113
$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot ".." ".." "..")
114
115
$ciFolderPath = Join-Path -Path $RepoRoot -ChildPath (Join-Path "sdk" $this.ServiceDirectory)
0 commit comments