-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
NuGetCommandV2 : rev patch version to pick up changes #17627
NuGetCommandV2 : rev patch version to pick up changes #17627
Conversation
This PR is needed because multiple PRs (#17163, #17311, #17265, #17325, #17297) rev'd the NuGetCommandV2 2.214.x version around the same time. This caused merge conflicts on the task.json and the task.loc.json. The automatic merge resolver for the final #17297 PR reverted the latest patch updates: Thus the changes did not get deployed to master. Downloading 2.214.2 and 2.214.3 nupkg from the feeds show the code changes are not present: Thus reving just the version to force the changes to be picked up and deployed. note: dotnetcorecliv2 task was also affected, but other changes have reved the task version and the currently deployed task version has the changes |
…betten/azure-pipelines-tasks into users/embetten/nugetCommandV2
* rev minor version * task.json * update make file * revert * downgrading task version to 216 to hotfix with current release
Task name: NuGetCommandV2
Description: Version Rev
Documentation changes required: (Y/N) N
Added unit tests: (Y/N) NA
Attached related issue: (Y/N) NA
Checklist: