dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
122 stars 46 forks source link

dotnet-docker-tools-eng-validation pipeline failing with 1ES.PublishPipelineArtifact error #1220

Closed mthalman closed 6 months ago

mthalman commented 6 months ago

This pipeline makes use of common templates which have been converted to support 1ES templates in https://github.com/dotnet/docker-tools/pull/1215. Because it's an internal pipeline it wants to use the 1ES.PublishPipelineArtifact task but the pipeline itself is not a 1ES pipeline. It was not in the original plans to migrate this pipeline but we'll probably have to, using the unofficial template.

A task is missing. The pipeline references a task called '1ES.PublishPipelineArtifact'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 1, job 'Linux_amd64', step ''.)
dotnet-issue-labeler[bot] commented 6 months ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

mthalman commented 6 months ago

I'll work on this.