-
Notifications
You must be signed in to change notification settings - Fork 65
Azure DevOps pipeline for releasing the library to nuget.org and github releases #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure DevOps pipeline for releasing the library to nuget.org and github releases #161
Conversation
cc2134f
to
6591925
Compare
The pipeline is currently failing because of a key permission issue |
9af9ab0
to
ce575e9
Compare
The main workflow seems to be failing now because of a relative path issue.
should fix that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(see my previous comment)
before releasing to nuget
575d7f9
to
25cc8dd
Compare
@xuzhg @darrelmiller I would appreciate your reviews on this PR. The significant change in this PR is using the newly generated SNK key for strong name signing. This replaces the shared "MSSharedLibSnKey" which required us to use do delay signing as the private key is only accessible by the Azure pipeline. |
@danielmbaluka ready to merge whenever you want. One gotcha @zengin and I noticed a while ago, when you update the triggers on the pipeline definition, it may not necessarily reflect the changes in ADO. You might have to manually reflect the changes on the build definition's settings. |
Fixes #136
Changes in this PR