Parcourir la source

readme deploy instructions

tags/v0.1.3
Robin Thoni il y a 7 ans
Parent
révision
ea0251138b
1 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 12
    1
      Luticate2.Utils/README.md

+ 12
- 1
Luticate2.Utils/README.md Voir le fichier

@@ -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`

Chargement…
Annuler
Enregistrer