Skip to content

Commit 797e68a

Browse files
Merged PR 57851: internal/release/9.0 - merge from public
#### AI description (iteration 2) #### PR Classification This pull request merges public branch changes into the internal 9.0 release, updating dependency versions, SDK settings, and build pipeline configurations. #### PR Summary The PR integrates upstream release changes by bumping key dependency and SDK versions and modernizing pipeline images. - **`eng/Version.Details.xml`**: Upgraded dependency versions and SHA values for Arcade, Templating, and Helix SDK. - **`global.json` and `eng/Versions.props`**: Incremented the .NET SDK version (from 9.0.112 to 9.0.113) and updated the release version prefix (from 9.0.13 to 9.0.14) along with the templating version. - **Pipeline templates**: In files like **`eng/common/core-templates/post-build/post-build.yml`**, **`job/publish-build-assets.yml`**, and **`job/source-build.yml`**, updated image tags from `windows.vs2019.amd64` to `windows.vs2022.amd64` and adjusted Linux image settings. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents 3596795 + 2171920 commit 797e68a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
77
<add key="darc-int-dotnet-runtime-1f0cdd4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-1f0cdd4e/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-9ecbfd4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9ecbfd4f/nuget/v3/index.json" />
89
<!-- End: Package sources from dotnet-runtime -->
910
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1011
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -22,6 +23,7 @@
2223
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2324
<!-- Begin: Package sources from dotnet-runtime -->
2425
<add key="darc-int-dotnet-runtime-1f0cdd4" value="true" />
26+
<add key="darc-int-dotnet-runtime-9ecbfd4" value="true" />
2527
<!-- End: Package sources from dotnet-runtime -->
2628
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2729
</disabledPackageSources>

0 commit comments

Comments
 (0)