Update dependencies from https://github.com/dotnet/arcade build 20190325.7

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19175.7
This commit is contained in:
dotnet-maestro 2019-03-26 12:13:41 +00:00
parent 66e04d3400
commit 9382c467b8
4 changed files with 5 additions and 5 deletions

View file

@ -61,9 +61,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19171.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19175.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>2eb45ff0eed6f86f1071b16b11a447cadeeeec59</Sha>
<Sha>002cce7e8e3e043c50acae673741ee3962411e10</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.19151.3'
$darcVersion = '1.1.0-beta.19172.2'
}
$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.19151.3"
darcVersion="1.1.0-beta.19172.2"
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.19171.6"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19175.7"
}
}