Update image and build run-name on internal only #668
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the agent images used by both the PR build and the official build (internal). I've consolidated where the image is declared into a variable for each pipeline-type respectively,
AgentImagePublicandAgentImageInternal.The reason to update these images was the current VS2022 image was causing build failures for this PR that updates the version of Arcade:
So, I've selected the current available image for VS2026 respectively (public and internal),
windows.vs2026preview.scout.amd64.openandwindows.vs2026preview.scout.amd64.Additionally, I noticed the run name updating logic in the build was applying to the PR build. This was not intentional. So, I've added a condition to only allow that target to run internally.
Official Test Run