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
----- Create feature branch from Jørn master -----
git checkout -b <feature-branch> upstream/master
----- Merge feature -----
When your feature has been finished merge <feature-branch> to cBrain master. Concurrently create a pull-request to Jørn master. It is important that this is done from the feature branch, before any internal changes has been made.
----- Create package -----
Update version numbers in cBrain master.
Build project in release mode.
Create nuget package of the project. This can be done in visual studio via the "pack" context-menu option on the relevant .csproj
----- Publish package -----
The pack command creates a .nupkg in build/release