[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> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <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> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f2999360b70f05d7738cbfa2b61d1fdaff4ee77d</Sha> <Sha>45bfe0972a7354356daf799aae88533dcd0f071a</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -101,7 +101,7 @@ function Write-PipelineTaskError {
[string]$Path, [string]$Path,
[switch]$AsOutput) [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 Write-LoggingCommand -Area 'task' -Event 'prependpath' -Data $Path -AsOutput:$AsOutput
} }
} }

View file

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