dotnet / project-system-tools

Tools for working with the C#/VB/F# project system.
MIT License
270 stars 42 forks source link

Use Arcade signing validation in pipeline #487

Open haileymck opened 4 months ago

haileymck commented 4 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.