Skip to content

Instantly share code, notes, and snippets.

@chenHungTzu
Last active May 21, 2018 02:24
Show Gist options
  • Save chenHungTzu/35c717a104a01720bc271b595f75a7f0 to your computer and use it in GitHub Desktop.
Save chenHungTzu/35c717a104a01720bc271b595f75a7f0 to your computer and use it in GitHub Desktop.
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