There was an error while loading. Please reload this page.
1 parent 39e4003 commit 73cf011Copy full SHA for 73cf011
jsign/src/choco/README.md
@@ -2,6 +2,9 @@ Jsign Chocolatey package
2
------------------------
3
4
Deployment procedure:
5
+* Build Jsign with `mvn package`
6
* Update the version in `jsign.nuspec`
7
* Update the version and the checksum in `tools/VERIFICATION.md`
-* Run `choco push jsign.nuspec`
8
+* Run:
9
+ * `choco pack`
10
+ * `choco push choco push jsign.<version>.nupkg`
0 commit comments