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 8bba82d commit c32182aCopy full SHA for c32182a
eng/common/scripts/Mark-ReleasePlanCompletion.ps1
@@ -61,7 +61,7 @@ function Process-Package([string]$packageInfoPath)
61
Write-Host "Successfully marked release completion for package, name: $PackageName version: $PackageVersion."
62
}
63
64
-Write-Host "Finding all package info files in directory: $PackageInfoFilePath"
+Write-Host "Finding all package info files in the path: $PackageInfoFilePath"
65
# Get all package info file under the directory given in input param and process
66
Get-ChildItem -Path $PackageInfoFilePath -Filter "*.json" | ForEach-Object {
67
Write-Host "Processing package info file: $_"
0 commit comments