Bläddra i källkod

readme deploy instructions

tags/v0.1.3
Robin Thoni 7 år sedan
förälder
incheckning
ea0251138b
1 ändrade filer med 12 tillägg och 1 borttagningar
  1. 12
    1
      Luticate2.Utils/README.md

+ 12
- 1
Luticate2.Utils/README.md Visa fil

@@ -77,4 +77,15 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
77 77
 
78 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`

Laddar…
Avbryt
Spara