-
Notifications
You must be signed in to change notification settings - Fork 701
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
Disable nuget.exe pack for project.json by default, add a fallback env var to enable it #4243
Conversation
b4c2392
to
104c69e
Compare
This PR has been automatically marked as stale because it has no activity for 7 days. It will be closed if no further activity occurs within another 7 days of this comment. If it is closed, you may reopen it anytime when you're ready again, as long as you don't delete the branch. |
Hey @aortiz-msft Hoping I can get an approval for this. This is part of the long ongoing effort to reduce technical debt in nuget.exe. This change affects |
This PR has been automatically marked as stale because it has no activity for 7 days. It will be closed if no further activity occurs within another 7 days of this comment. If it is closed, you may reopen it anytime when you're ready again, as long as you don't delete the branch. |
Ready to be merged, rejected for 6.0, waiting for dev to be 6.1 to merge. |
Bug
Fixes: NuGet/Home#11214
Fixes: NuGet/Home#9149
Regression? Last working version:
Description
Disable nuget.exe pack for project.json by default, add a fallback env var to enable it
See: NuGet/Home#7931 for more details.
PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation