Add --configfile option to dotnet nuget push command#47126
Conversation
|
Do we want this in 9.0.3xx as well? @marcpopMSFT How high is the bar for 9.0.3xx? |
|
Additions, especially to commands you control, easily meet the bar. I don't think SDK is locked yet for 300. |
|
We can get this merged and a backport PR created easily to surface the option. |
|
@baronfel Is it good if I merge now? Also, how does the backporting PR works? |
|
/backport to release/9.0.3xx |
|
Started backporting to release/9.0.3xx: https://github.com/dotnet/sdk/actions/runs/13551885949 |
|
@baronfel an error occurred while backporting to "release/9.0.3xx", please check the run log for details! The process '/usr/bin/git' failed with exit code 1 |
|
/backport to release/9.0.3xx |
1 similar comment
|
/backport to release/9.0.3xx |
|
Started backporting to release/9.0.3xx: https://github.com/dotnet/sdk/actions/runs/13551914583 |
|
Started backporting to release/9.0.3xx: https://github.com/dotnet/sdk/actions/runs/13551916250 |
Fixes: NuGet/Home#4879
NuGet is adding the option --configfile to the command dotnet nuget push. This PR adds the option to the command and updates the autocomplete tests.