[release/13.2] Update Windows VM images to 1es-windows-2022 in Azure Pipelines#14489
[release/13.2] Update Windows VM images to 1es-windows-2022 in Azure Pipelines#14489Copilot wants to merge 12 commits intorelease/13.2from
Conversation
* Add startup perf collection script * Analyze trace more efficiently * Increase pause between iterations * Fix TraceAnalyzer * Add startup-perf skill
…se/13.2 to main (#14453) * Add backmerge release workflow to automate merging changes from release/13.2 to main * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply more fixes and use dotnet's action --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan * Bump Aspire branding from 13.2 to 13.3 Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
…o latest (#14361) * Update to Azure.Core 1.51.1 Use latest versions for all dotnet/runtime nuget packages. This simplifies our dependency management. Remove ForceLatestDotnetVersions property from multiple project files * Update AzureDeployerTests to use WaitForShutdown instead of StopAsync There is a timing issue when using Start/Stop since the background pipeline might still be running and it cancels the pipeline before it can complete. * Fix AuxiliaryBackchannelTests by adding a Task that completes when the AuxiliaryBackchannelService is listening and ready for connections. * Remove double registration of AuxiliaryBackchannelService as an IHostedService. * Fix ResourceLoggerForwarderServiceTests to ensure the ResourceLoggerForwarderService has started before signalling the stopping token.
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
…body formatting (#14476)
…ease-13.2-to-main
…cies (#14478) * Initial plan * Fix transitive Azure role assignments through WaitFor dependencies Remove CollectAnnotationDependencies calls from CollectDependenciesFromValue to prevent WaitFor/parent/connection-string-redirect annotations from referenced resources being included as direct dependencies of the caller. Add tests verifying: - DirectOnly mode excludes WaitFor deps from referenced resources - WaitFor doesn't create transitive role assignments in Azure publish Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
[Automated] Backmerge release/13.2 to main
Co-authored-by: radical <1472+radical@users.noreply.github.com>
|
@copilot target this branch and PR to release/13.2 branch |
I've updated the code to target However, force-pushing to retarget the PR base requires manual intervention. The PR currently targets Option 1: Close this PR and I can create a new PR targeting Which would you prefer? |
|
@copilot force push |
Force pushed successfully! The changes are now in the remote branch (commit 0349c09 contains all 4 file updates with However, the PR base branch still needs to be manually changed in the GitHub UI from Once the base is changed to |
Description
Updates all Windows VM image names in Azure Pipeline configuration files to use the standard
1es-windows-2022image name for the release/13.2 branch.Azure Pipeline configurations used outdated Windows image names (
windows.vs2022preview.amd64,windows.vs2019.amd64). This PR updates all references to the standard1es-windows-2022image.Changed files (4):
azure-pipelines.yml- sourceAnalysisPool + Windows job (2 refs)azure-pipelines-unofficial.yml- sourceAnalysisPool + Windows job (2 refs)release-publish-nuget.yml- sourceAnalysisPool + 5 job pools (6 refs)templates/build_sign_native.yml- Windows build pool (1 ref)Note:
templates/public-pipeline-template.ymlwas already updated in release/13.2 by PR #14486.Image naming convention:
1es-windows-2022All YAML files have been validated for syntax correctness. No Linux or macOS image references were modified.
Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue:Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.