-
-
Notifications
You must be signed in to change notification settings - Fork 1
Release
Bobby Galli edited this page Sep 8, 2022
·
4 revisions
- Generate a nuget.org API key for support@bugsplat.com
- Download nuget.exe and add to path
- Add an env variable
NUGET_API_KEY
- Copy
BugSplatCodeSigning.pfx
from the MakeZips repo into the root dir and rename toBugSplat.pfx
- Increment the version numbers in
BugSplatDotNetStandard.csproj
- Add a commit with message
chore: release v1.0.0
- Tag the commit
git tag v1.0.0
- Push the commit and the related tags
git push && git push --tags
- Run publish.ps1