what's the recommended way to publish nuspec to nuget.org and symbolsource.org?
what's the recommended way to publish nuspec to nuget.org and symbolsource.org?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 29 May, 2014 04:36 AM
Well, you can use
nuget.exe
to build a package and then either a) push package to artifacts and use built-in NuGet deployment provider or b) publish package using the samenuget.exe
.Please let me know if you have any questions.
2 Posted by drewburlingame on 31 May, 2014 06:37 AM
i was kind of hoping you'd say there was a config option I'd missed similar to Build->Package Nuget projects.
Do you happen to have the after build script I'd use to do this? If not, I'll play with it when I get some time.
Thanks,
Drew
Support Staff 3 Posted by Feodor Fitsner on 31 May, 2014 07:13 PM
We don't have a ready snippet right now. Though when you get some results you may decide to share them with the community :)
In AV build/deployment are separated through artifacts, so it's build -> artifact -> deployment. Deployment part deploys artifacts which guarantees repeatability.
drewburlingame closed this discussion on 13 Oct, 2014 04:58 PM.