You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially thought this would be nice, but now I'd really prefer for the release build to run on my command rather than as part of the main process. Too much noise otherwise, especially with dependabot.
Right now, the process is:
Build/release on every push to master
Create and push a tag
Run the master branch build
What we'd want instead:
Build on every push to master and make sure releasing is possible
Upon creating a release, build + add artifacts to release + publish nuget.
The text was updated successfully, but these errors were encountered:
I initially thought this would be nice, but now I'd really prefer for the release build to run on my command rather than as part of the main process. Too much noise otherwise, especially with dependabot.
Right now, the process is:
What we'd want instead:
The text was updated successfully, but these errors were encountered: