Skip to content

Update to 1ES Pipeline Template v2#20786

Closed
Copilot wants to merge 2 commits intorelease/8.0.1xxfrom
copilot/update-linux-prerequisites-artifact
Closed

Update to 1ES Pipeline Template v2#20786
Copilot wants to merge 2 commits intorelease/8.0.1xxfrom
copilot/update-linux-prerequisites-artifact

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 22, 2026

The v1 1ES Pipeline Templates use deprecated linux-1es-gpt-prerequisites artifacts, causing non-blocking errors in builds on NetCore1ESPool-Svc-Internal/1es-ubuntu-2204.

Changes

  • Updated .vsts-ci.yml to reference v2 templates (v2/1ES.Official.PipelineTemplate.yml and v2/1ES.Unofficial.PipelineTemplate.yml)
  • v2 templates include updated prerequisites using linux-1es-pt-prerequisites-v2
 extends:
   ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.DefinitionName'], 'dotnet-installer-official-ci')) }}:
-    template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
+    template: v2/1ES.Official.PipelineTemplate.yml@1esPipelines
   ${{ else }}:
-    template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
+    template: v2/1ES.Unofficial.PipelineTemplate.yml@1esPipelines

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • aka.ms
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

##[error]1ES PT Non-Blocking Error: The artifact linux-1es-gpt-prerequisites is deprecated. Please update the artifact to linux-1es-pt-prerequisites-v2. For more information visit https://aka.ms/1espt/v1-prerequisite-deprecation-linux. NetCore1ESPool-Svc-Internal/1es-ubuntu-2204


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

… warning

Co-authored-by: marcpopMSFT <12663534+marcpopMSFT@users.noreply.github.com>
Copilot AI changed the title [WIP] Update deprecated linux-1es-gpt-prerequisites artifact Update to 1ES Pipeline Template v2 Jan 22, 2026
Copilot AI requested a review from marcpopMSFT January 22, 2026 23:07
@akoeplinger
Copy link
Copy Markdown
Member

this is wrong, see dotnet/sdk#52623 (comment)

@marcpopMSFT
Copy link
Copy Markdown
Member

this is wrong, see dotnet/sdk#52623 (comment)

Sounds like they are going to fix this for us. We really need them to make it so if we get a warning in our pipelines, it's actionable and the message is directly assignable to copilot.

@akoeplinger akoeplinger deleted the copilot/update-linux-prerequisites-artifact branch January 23, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants