dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
447 stars 84 forks source link

Test: replace static PFX files with dynamic PFX files #666

Closed dtivel closed 3 months ago

dtivel commented 3 months ago

This change removes PFX files (and related PEM files) as they are causing problems with internal builds. Tests will now create the PFX files dynamically.

CC @javierdlg, @clairernovotny