Skip to content

Commit e68587e

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250716.1 (#2633)
Microsoft.DotNet.Arcade.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 3a3e014 commit e68587e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25325.4">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25366.1">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
9+
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
1010
</Dependency>
1111
</ToolsetDependencies>
1212
</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
}
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25325.4"
11+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25366.1"
1212
}
1313
}

0 commit comments

Comments
 (0)