Skip to content

Commit 604c139

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250716.1 (#1444)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.25325.4 -> To Version 9.0.0-beta.25366.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 5c8c436 commit 604c139

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25325.4">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25366.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
8+
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25325.4">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25366.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
12+
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
416416

417417
# Locate Visual Studio installation or download x-copy msbuild.
418418
$vsInfo = LocateVisualStudio $vsRequirements
419-
if ($vsInfo -ne $null) {
419+
if ($vsInfo -ne $null -and $env:ForceUseXCopyMSBuild -eq $null) {
420420
# Ensure vsInstallDir has a trailing slash
421421
$vsInstallDir = Join-Path $vsInfo.installationPath "\"
422422
$vsMajorVersion = $vsInfo.installationVersion.Split('.')[0]

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "9.0.107"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25325.4",
7-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25325.4"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25366.1",
7+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25366.1"
88
}
99
}

0 commit comments

Comments
 (0)