Update dependencies from https://github.com/dotnet/arcade build 20211021.5 (#12491)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
parent
63f0ff75fa
commit
fc72ca3d1b
4 changed files with 14 additions and 9 deletions
|
@ -22,6 +22,11 @@ $RetryWaitTimeInSeconds = 30
|
|||
# Wait time between check for system load
|
||||
$SecondsBetweenLoadChecks = 10
|
||||
|
||||
if (!$InputPath -or !(Test-Path $InputPath)){
|
||||
Write-Host "No files to validate."
|
||||
ExitWithExitCode 0
|
||||
}
|
||||
|
||||
$ValidatePackage = {
|
||||
param(
|
||||
[string] $PackagePath # Full path to a Symbols.NuGet package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue