Skip to content

Commit 4de3ffa

Browse files
scbeddazure-sdk
authored andcommitted
remove some random comments that don't need to be there
1 parent 4ad426d commit 4de3ffa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/common/scripts/Package-Properties.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ class PackageProps
121121

122122
[void]InitializeCIArtifacts(){
123123
$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")
126124

127125
$ciFolderPath = Join-Path -Path $RepoRoot -ChildPath (Join-Path "sdk" $this.ServiceDirectory)
128126
$ciFiles = Get-ChildItem -Path $ciFolderPath -Filter "ci*.yml" -File

0 commit comments

Comments
 (0)