Browse Source

readme deploy instructions

tags/v0.1.3
Robin Thoni 7 years ago
parent
commit
ea0251138b
1 changed files with 12 additions and 1 deletions
  1. 12
    1
      Luticate2.Utils/README.md

+ 12
- 1
Luticate2.Utils/README.md View File

77
 
77
 
78
 ## Usage
78
 ## Usage
79
 
79
 
80
-See WebApiUtils for an example
80
+See WebApiUtils for an example
81
+
82
+
83
+## NuGet Deployment
84
+
85
+* Set version in project.json
86
+
87
+* Build package:
88
+`dotnet pack --configuration Release`
89
+
90
+* Deploy package:
91
+`nuget push bin/Release/Luticate2.Utils.VERSION.nupkg -Source http://nuget.rthoni.com`

Loading…
Cancel
Save