Skip to content

Pushing to nuget

Gard Sandholt edited this page Apr 22, 2016 · 2 revisions

Get git build number

git rev-list --count HEAD

Pack nuget package

nuget pack ActionQueue.csproj -Prop Configuration=Release

Push nuget package

nuget push ActionQueue.nupkg
Clone this wiki locally