diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4637a99e7d7..68669f269e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,25 +99,25 @@ - + https://github.com/dotnet/arcade - f95dc73e2028d630d67b782c9dcccbe464cf9677 + 287fba3cbedce004fbd9823c268327960a69ca88 - + https://github.com/dotnet/arcade - f95dc73e2028d630d67b782c9dcccbe464cf9677 + 287fba3cbedce004fbd9823c268327960a69ca88 - + https://github.com/dotnet/arcade - f95dc73e2028d630d67b782c9dcccbe464cf9677 + 287fba3cbedce004fbd9823c268327960a69ca88 - + https://github.com/dotnet/arcade - f95dc73e2028d630d67b782c9dcccbe464cf9677 + 287fba3cbedce004fbd9823c268327960a69ca88 - + https://github.com/dotnet/arcade - f95dc73e2028d630d67b782c9dcccbe464cf9677 + 287fba3cbedce004fbd9823c268327960a69ca88 diff --git a/eng/Versions.props b/eng/Versions.props index 7e3e6660282..12a5ba4f4f1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ - 6.0.0-beta.21152.1 - 6.0.0-beta.21152.1 - 6.0.0-beta.21152.1 + 6.0.0-beta.21155.1 + 6.0.0-beta.21155.1 + 6.0.0-beta.21155.1 diff --git a/eng/common/native/install-tool.ps1 b/eng/common/native/install-tool.ps1 index f397e1c75d4..78f2d84a4e4 100644 --- a/eng/common/native/install-tool.ps1 +++ b/eng/common/native/install-tool.ps1 @@ -105,7 +105,7 @@ try { Write-Error "There are multiple copies of $ToolName in $($ToolInstallDirectory): `n$(@($ToolFilePath | out-string))" exit 1 } elseif (@($ToolFilePath).Length -Lt 1) { - Write-Host "$ToolName was not found in $ToolFilePath." + Write-Host "$ToolName was not found in $ToolInstallDirectory." exit 1 } diff --git a/global.json b/global.json index 3b61bc19641..868b46ba31e 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21152.1", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21152.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21155.1", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21155.1" }, "sdk": { "version": "6.0.100-preview.1.21103.13"