Last active
May 21, 2018 02:24
-
-
Save chenHungTzu/35c717a104a01720bc271b595f75a7f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.Download Nuget exe | |
2.nuget spec -> generate .unspec file | |
3.nuget pack -> generate .unpkg file | |
4.nuget push -Source "tfs url" -ApiKey VSTS your_package.unpkg | |
tfs strategy -> | |
upload package -> builder -> build success -> assemble update -> nuget push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment