Update dependencies from https://github.com/dotnet/arcade build 20190405.6 (#1221)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19205.6
This commit is contained in:
dotnet-maestro[bot] 2019-04-06 12:33:29 +00:00 committed by GitHub
parent 33c8433e5c
commit 988ab1ff73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -64,9 +64,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19204.16">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19205.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>61196044ed70a65c610beb230ac6ea77566668c2</Sha>
<Sha>4217db4a23ffd15abb3771d635b66162994fb9e4</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -19,7 +19,7 @@ function InstallDarcCli ($darcVersion) {
# Until we can anonymously query the BAR API for the latest arcade-services
# build applied to the PROD channel, this is hardcoded.
if (-not $darcVersion) {
$darcVersion = '1.1.0-beta.19175.6'
$darcVersion = '1.1.0-beta.19205.4'
}
$arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-arcade/index.json'

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
source="${BASH_SOURCE[0]}"
darcVersion="1.1.0-beta.19175.6"
darcVersion="1.1.0-beta.19205.4"
while [[ $# > 0 ]]; do
opt="$(echo "$1" | awk '{print tolower($0)}')"

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview-009812"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19204.16"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19205.6"
}
}