Explorar el Código

readme deploy instructions

tags/v0.1.3
Robin Thoni hace 7 años
padre
commit
ea0251138b
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  1. 12
    1
      Luticate2.Utils/README.md

+ 12
- 1
Luticate2.Utils/README.md Ver fichero

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

Loading…
Cancelar
Guardar