Skip to content

Commit 8a620b8

Browse files
JanProvaznikvseanreesermsft
authored andcommitted
Merged PR 53420: [internal/release/9.0.3xx] update msbuild
update msbuild ---- #### AI description (iteration 4) #### PR Classification Dependency update to msbuild components. #### PR Summary This PR upgrades the msbuild dependencies to version 17.14.28 by updating version numbers, URIs, and SHA values across configuration files, ensuring consistency with the new msbuild feed. - `eng/Version.Details.xml`: Updated msbuild, msbuild localization, and intermediate msbuild dependencies from version 17.14.27 to 17.14.28 with new Azure DevOps repository URIs and SHA values. - `eng/Versions.props`: Synchronized msbuild version properties to the new 17.14.28 values. - `NuGet.config`: Revised package source entries to reflect the updated msbuild feed and added a corresponding disabled package source entry. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents 926bd98 + 578d2aa commit 8a620b8

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<add key="darc-pub-dotnet-emsdk-4f9fa22" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4f9fa221/nuget/v3/index.json" />
3131
<!-- End: Package sources from dotnet-emsdk -->
3232
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
33-
<add key="darc-pub-DotNet-msbuild-Trusted-c9a5370" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-c9a53703/nuget/v3/index.json" />
33+
<add key="darc-int-DotNet-msbuild-Trusted-09c1be8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-DotNet-msbuild-Trusted-09c1be84/nuget/v3/index.json" />
3434
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3535
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
3636
<!-- End: Package sources from dotnet-roslyn-analyzers -->
@@ -68,6 +68,7 @@
6868
<disabledPackageSources>
6969
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7070
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
71+
<add key="darc-int-DotNet-msbuild-Trusted-09c1be8" value="true" />
7172
<!-- End: Package sources from DotNet-msbuild-Trusted -->
7273
<!-- Begin: Package sources from dotnet-templating -->
7374
<!-- End: Package sources from dotnet-templating -->

eng/Version.Details.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@
6969
<Sha>4f9fa221e638502a58fee696621c1bba2072b23c</Sha>
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
72-
<Dependency Name="Microsoft.Build" Version="17.14.27">
73-
<Uri>https://github.com/dotnet/msbuild</Uri>
74-
<Sha>c9a53703f91b363f770f8334b5671848b6427043</Sha>
72+
<Dependency Name="Microsoft.Build" Version="17.14.28">
73+
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
74+
<Sha>09c1be8483dad070189c3a0c660e7acacf478402</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.14.27-servicing-25458-02">
77-
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>c9a53703f91b363f770f8334b5671848b6427043</Sha>
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.14.28-servicing-25466-01">
77+
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
78+
<Sha>09c1be8483dad070189c3a0c660e7acacf478402</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.27-servicing-25458-02">
82-
<Uri>https://github.com/dotnet/msbuild</Uri>
83-
<Sha>c9a53703f91b363f770f8334b5671848b6427043</Sha>
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.28-servicing-25466-01">
82+
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
83+
<Sha>09c1be8483dad070189c3a0c660e7acacf478402</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.303-beta.25361.1">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
183183
184184
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
185-
<MicrosoftBuildVersion>17.14.27</MicrosoftBuildVersion>
186-
<MicrosoftBuildLocalizationVersion>17.14.27-servicing-25458-02</MicrosoftBuildLocalizationVersion>
185+
<MicrosoftBuildVersion>17.14.28</MicrosoftBuildVersion>
186+
<MicrosoftBuildLocalizationVersion>17.14.28-servicing-25466-01</MicrosoftBuildLocalizationVersion>
187187
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
188188
<MinimumVSVersion>17.12</MinimumVSVersion>
189189
</PropertyGroup>

0 commit comments

Comments
 (0)