Default
Access
You can access data in this repository using the tools and addresses described below.
NuGet
- Feed URL (HTTP Basic authentication):
- http://nuget.gw.symbolsource.org/Public/Default/FeedService.mvc
- Feed URL (pre-authenticated):
- http://nuget.gw.symbolsource.org/Public/%login%/%key%/Default/FeedService.mvc
- Publish URL:
- http://nuget.gw.symbolsource.org/Public/Default
- Saving authentication (for each registered key):
-
nuget setapikey %key% -Source http://nuget.gw.symbolsource.org/Public/Default
- Pushing packages (with each registered key):
-
nuget push *.nupkg -Source http://nuget.gw.symbolsource.org/Public/Default
nuget push *.nupkg %key% -Source http://nuget.gw.symbolsource.org/Public/Default
OpenWrap
- Repository URL (HTTP Digest authentication):
- http://openwrap.gw.symbolsource.org/Public/Default
- Saving repository info:
-
o add-remote -Name Default -Href http://openwrap.gw.symbolsource.org/Public/Default
o add-remote -Name Default -Href http://openwrap.gw.symbolsource.org/Public/Default -Username %login% -Password %password%
- Publishing packages:
-
o publish-wrap -Path *.wrap -Remote Default
o publish-wrap -Path *.wrap -Remote Default -User %login% -Pwd %password%
Projects
A project on SymbolSource corresponds directly to a unique NuGet or OpenWrap package name, or to a separate release of an independent project (like in the case of Castle components: Castle Core, Castle ActiveRecord etc.).