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 4ad426d commit 4de3ffaCopy full SHA for 4de3ffa
eng/common/scripts/Package-Properties.ps1
@@ -121,8 +121,6 @@ class PackageProps
121
122
[void]InitializeCIArtifacts(){
123
$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot ".." ".." "..")
124
- # $ciFilePath = Join-Path -Path $RepoRoot -ChildPath (Join-Path "sdk" $this.ServiceDirectory "ci.yml")
125
- # $ciMgmtYmlFilePath = Join-Path -Path $RepoRoot -ChildPath (Join-Path "sdk" $this.ServiceDirectory "ci.mgmt.yml")
126
127
$ciFolderPath = Join-Path -Path $RepoRoot -ChildPath (Join-Path "sdk" $this.ServiceDirectory)
128
$ciFiles = Get-ChildItem -Path $ciFolderPath -Filter "ci*.yml" -File
0 commit comments