dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
44 stars 60 forks source link

Use Arcade signing validation in pipeline #180

Open haileymck opened 2 months ago

haileymck commented 2 months ago

Currently the pipeline does not use post-build.yml template, but using this template will allow for Arcade to perform different validations such as NuGet and Code Sign validation. Allowing for post-build.yml, will need some reconfiguration of this Arcade pipeline though.