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:
parent
d82bf9b19f
commit
437573d428
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue