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.
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.