[master] Update dependencies from dotnet/arcade (#5831)

* Update dependencies from https://github.com/dotnet/arcade build 20191205.1

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19605.1

* Update dependencies from https://github.com/dotnet/arcade build 20191205.6

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19605.6
This commit is contained in:
dotnet-maestro[bot] 2019-12-06 13:31:33 +00:00 committed by GitHub
parent 6379235b25
commit fc1d995e46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -104,9 +104,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19604.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19605.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f2999360b70f05d7738cbfa2b61d1fdaff4ee77d</Sha>
<Sha>45bfe0972a7354356daf799aae88533dcd0f071a</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -101,7 +101,7 @@ function Write-PipelineTaskError {
[string]$Path,
[switch]$AsOutput)
if(-Not (Test-Path variable:ci) -Or !$ci) {
if((Test-Path variable:ci) -And $ci) {
Write-LoggingCommand -Area 'task' -Event 'prependpath' -Data $Path -AsOutput:$AsOutput
}
}
@ -237,4 +237,4 @@ function Write-LogIssue {
}
Write-Host $command -ForegroundColor $foregroundColor -BackgroundColor $backgroundColor
}
}

View file

@ -3,6 +3,6 @@
"dotnet": "5.0.100-alpha1-014915"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19604.4"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19605.6"
}
}