Update dependencies from https://github.com/dotnet/arcade build 20190723.6 (#3409)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19373.6
This commit is contained in:
dotnet-maestro[bot] 2019-07-24 12:37:57 +00:00 committed by GitHub
parent d82bf9b19f
commit 437573d428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -65,9 +65,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19372.10">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19373.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0793e2df782efc9ccae387bc779b2549208fa4a1</Sha>
<Sha>56b5e5a9debc87b98c5dd394e8a72c916099d9d5</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -98,7 +98,7 @@ try {
}
Write-Verbose "Installing $ToolName version $ToolVersion"
Write-Verbose "Executing '$InstallerPath $LocalInstallerArguments'"
Write-Verbose "Executing '$InstallerPath $($LocalInstallerArguments.Keys.ForEach({"-$_ `"$($LocalInstallerArguments.$_)`""}) -join ' ')'"
& $InstallerPath @LocalInstallerArguments
if ($LASTEXITCODE -Ne "0") {
$errMsg = "$ToolName installation failed"

View file

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