소스 검색

readme deploy instructions

tags/v0.1.3
Robin Thoni 7 년 전
부모
커밋
ea0251138b
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12
    1
      Luticate2.Utils/README.md

+ 12
- 1
Luticate2.Utils/README.md 파일 보기

@@ -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…
취소
저장