Update dependencies from https://github.com/dotnet/arcade build 20190807.9 (#3862)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19407.9
This commit is contained in:
dotnet-maestro[bot] 2019-08-08 12:54:37 +00:00 committed by GitHub
parent dd98afbeb4
commit 2a55ac46ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -65,9 +65,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19406.7"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19407.9">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c155e609f88491128e1a66d09f413062f3344d4b</Sha> <Sha>77597ba7f484bef24368d966b7fe91fe38ec973b</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -10,6 +10,8 @@ jobs:
displayName: Run SDL tool displayName: Run SDL tool
variables: variables:
- group: DotNet-VSTS-Bot - group: DotNet-VSTS-Bot
pool:
name: Hosted VS2017
steps: steps:
- checkout: self - checkout: self
clean: true clean: true

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview6-012264" "dotnet": "3.0.100-preview6-012264"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19406.7" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19407.9"
} }
} }