Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make 1es output artifact name conditional on job success

hallipr opened this issue · comments

In microsoft/typespec, we noticed that failed jobs still emit artifacts under the configured artifact name. This prevents reruns of the job from emitting the same artifact. We should have a pattern of artifact naming that allows for failed attempt artifacts without stomping the normal "successful" artifact name.