Update dependencies from https://github.com/dotnet/arcade build 20191119.6 (#5724)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19569.6
This commit is contained in:
dotnet-maestro[bot] 2019-11-20 13:36:06 +00:00 committed by GitHub
parent 2f891ddccd
commit 1134b3ed91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -104,9 +104,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19568.10"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19569.6">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>303e0fac8703c7147c9e1f1046082c8db4fb66fa</Sha> <Sha>c29c916a0d1736522cfd944fcc06ead33b5e27db</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -97,7 +97,6 @@ stages:
buildType: current buildType: current
artifactName: BlobArtifacts artifactName: BlobArtifacts
continueOnError: true continueOnError: true
- task: DownloadBuildArtifacts@0 - task: DownloadBuildArtifacts@0
displayName: Download Asset Manifests displayName: Download Asset Manifests
inputs: inputs:

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.19568.10" "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19569.6"
} }
} }