microsoft / artifacts-credprovider

The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
MIT License
759 stars 707 forks source link

Fix authentication assembly signing #419

Closed JohnSchmeichel closed 1 year ago

JohnSchmeichel commented 1 year ago

Depending on the operation outputs are either pulled from the project intermediate directory (e.g. in publish) or the output directory. Since signing occurs after the build, the unsigned assembly has been copied to the output directory so needs to be signed there as well.