AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

Publish symbols from every agent on a Windows agent #135

Closed AArnott closed 2 years ago

AArnott commented 2 years ago

Since the Azure Pipelines PublishSymbols task only works on Windows, yet we may want to debug crash dumps created on non-Windows agents, we should collect these symbols in pipeline artifacts and then publish symbols from a Windows agent that downloads these files from the pipeline artifacts.