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

GitHub Actions should upload artifacts based on scripts #141

Closed AArnott closed 2 years ago

AArnott commented 2 years ago

The content of azure-pipelines/artifacts automatically becomes artifacts in azure pipelines, but in github actions each must be assigned a dedicated task. That might no longer be necessary because logging commands allow for invocation of toolkit functions and one of the toolkit actions performs artifact uploading.

AArnott commented 2 years ago

I guess artifact uploading isn't among the allowed toolkit functions. :(

I posted https://github.community/t/how-to-upload-an-arbitrary-set-of-artifacts/227578 to see if anyone has ideas.