提交 8243b98d 编写于 作者: D dotnet-maestro[bot] 提交者: Jose Perez Rodriguez

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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19373.6
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19373.6
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19373.6
上级 d35c009c
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Dependencies> <Dependencies>
<ToolsetDependencies> <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> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0793e2df782efc9ccae387bc779b2549208fa4a1</Sha> <Sha>56b5e5a9debc87b98c5dd394e8a72c916099d9d5</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19372.10"> <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19373.6">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0793e2df782efc9ccae387bc779b2549208fa4a1</Sha> <Sha>56b5e5a9debc87b98c5dd394e8a72c916099d9d5</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19372.10"> <Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19373.6">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0793e2df782efc9ccae387bc779b2549208fa4a1</Sha> <Sha>56b5e5a9debc87b98c5dd394e8a72c916099d9d5</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel> <PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19372.10</MicrosoftDotNetGenAPIPackageVersion> <MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19373.6</MicrosoftDotNetGenAPIPackageVersion>
</PropertyGroup> </PropertyGroup>
<!-- Restore sources --> <!-- Restore sources -->
<PropertyGroup> <PropertyGroup>
......
...@@ -98,7 +98,7 @@ try { ...@@ -98,7 +98,7 @@ try {
} }
Write-Verbose "Installing $ToolName version $ToolVersion" Write-Verbose "Installing $ToolName version $ToolVersion"
Write-Verbose "Executing '$InstallerPath $LocalInstallerArguments'" Write-Verbose "Executing '$InstallerPath $($LocalInstallerArguments.Keys.ForEach({"-$_ `"$($LocalInstallerArguments.$_)`""}) -join ' ')'"
& $InstallerPath @LocalInstallerArguments & $InstallerPath @LocalInstallerArguments
if ($LASTEXITCODE -Ne "0") { if ($LASTEXITCODE -Ne "0") {
$errMsg = "$ToolName installation failed" $errMsg = "$ToolName installation failed"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"version": "3.0.100-preview6-012264" "version": "3.0.100-preview6-012264"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19372.10", "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19373.6",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19372.10" "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19373.6"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册