Skip to content

Commit 49aa034

Browse files
Merged PR 54556: internal/release/9.0.1xx - revert msbuild dependency to released build
Local dependencies updated based on build with BAR id 283367 (20250916.6 from https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted@refs/heads/internal/vs17.12) ---- #### AI description (iteration 1) #### PR Classification This pull request reverts the msbuild dependency configuration to use the released build instead of a preview build. #### PR Summary The changes update dependency URIs, SHA values, and version numbers to point to the trusted released build for msbuild. - In `eng/Version.Details.xml`, the URIs and SHA hashes for `Microsoft.Build`, `Microsoft.Build.Localization`, and `Microsoft.SourceBuild.Intermediate.msbuild` have been updated to the released build sources. - In `eng/Versions.props`, the `<MicrosoftBuildLocalizationVersion>` value has been adjusted to align with the reversion. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents e5d20a9 + f071d6f commit 49aa034

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@
7474
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7575
</Dependency>
7676
<Dependency Name="Microsoft.Build" Version="17.12.50">
77-
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
77+
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
78+
<Sha>728984d96edf07d56918a88b0f37fec6b1dfbbc9</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.50-preview-25517-02">
81-
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.50-preview-25466-06">
81+
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
82+
<Sha>728984d96edf07d56918a88b0f37fec6b1dfbbc9</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.50-preview-25517-02">
86-
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.50-preview-25466-06">
86+
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
87+
<Sha>728984d96edf07d56918a88b0f37fec6b1dfbbc9</Sha>
8888
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8989
</Dependency>
9090
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.101-beta.25070.7">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
182182
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
183183
<MicrosoftBuildVersion>17.12.50</MicrosoftBuildVersion>
184-
<MicrosoftBuildLocalizationVersion>17.12.50-preview-25517-02</MicrosoftBuildLocalizationVersion>
184+
<MicrosoftBuildLocalizationVersion>17.12.50-preview-25466-06</MicrosoftBuildLocalizationVersion>
185185
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
186186
<MinimumVSVersion>17.12</MinimumVSVersion>
187187
</PropertyGroup>

0 commit comments

Comments
 (0)