Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-06-28 15:56:23 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-28 18:27:39 +0300
commit9bf0809439c100c969849c9dad52fb71946dcd43 (patch)
tree96fa4bb91bed4a96c1fe7272c47e052deb39cf33 /eng/common/sdl
parent5da074c43ddca757b978a5816da139fc72a8ba76 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190627.39
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19327.39 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19327.39
Diffstat (limited to 'eng/common/sdl')
-rw-r--r--eng/common/sdl/extract-artifact-packages.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/common/sdl/extract-artifact-packages.ps1 b/eng/common/sdl/extract-artifact-packages.ps1
index 0f6a6e49b92..1fdbb14329c 100644
--- a/eng/common/sdl/extract-artifact-packages.ps1
+++ b/eng/common/sdl/extract-artifact-packages.ps1
@@ -44,6 +44,10 @@ $ExtractPackage = {
}
}
function ExtractArtifacts {
+ if (!(Test-Path $InputPath)) {
+ Write-Host "Input Path does not exist: $InputPath"
+ ExitWithExitCode 0
+ }
$Jobs = @()
Get-ChildItem "$InputPath\*.nupkg" |
ForEach-Object {