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:
parent
33c8433e5c
commit
988ab1ff73
4 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)}')"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue