Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push - It should be possible to override the symbol server when pushing from the command line #2348

Closed
spadapet opened this issue Mar 17, 2016 · 3 comments
Assignees
Labels
Platform:Xplat Product:NuGet.exe NuGet.exe Type:DCR Design Change Request
Milestone

Comments

@spadapet
Copy link

Related: #2204

The code currently wants to auto-push symbols to https://nuget.smbsrc.net/. There is no way to override it. The only thing that can be done is to delete the *.symbols.nupkg before pushing the *.nupkg.

There should be a way to specify an override for the symbol server, something like:
nuget.exe push foo.nupkg /Source foo /SymbolSource bar /SymbolApiKey xxx

@yishaigalatzer yishaigalatzer assigned pspill and spadapet and unassigned pspill Mar 17, 2016
@yishaigalatzer yishaigalatzer added this to the 3.5 Beta milestone Mar 22, 2016
@yishaigalatzer yishaigalatzer modified the milestones: 3.5 Beta, 3.5 RC Mar 31, 2016
@rrelyea rrelyea added Product:NuGet.exe NuGet.exe Type:DCR Design Change Request labels Jun 9, 2016
@rrelyea rrelyea changed the title Task: It should be possible to override the symbol server when pushing from the command line Push - It should be possible to override the symbol server when pushing from the command line Jun 9, 2016
@spadapet
Copy link
Author

I added new switches for the push command: -SymbolsSource and -SymbolsApiKey

@harikmenon
Copy link

Can you open a PR on the docs with the change, we will merge it in when appropriate

@spadapet
Copy link
Author

spadapet commented Jun 24, 2016

NuGetDocs PR: NuGet/NuGetDocs#480
Fix that up as necessary, I don't know all the places the docs need to be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform:Xplat Product:NuGet.exe NuGet.exe Type:DCR Design Change Request
Projects
None yet
Development

No branches or pull requests

5 participants