Remove NuGet.SolutionRestoreManager.Interop from list#4195
Conversation
|
@heng-liu |
nkolev92
left a comment
There was a problem hiding this comment.
Would it be a good idea to have the check run after build as well? Rather than at release only?
That way we don't run into this issue again.
|
@heng-liu @NuGet/nuget-client Is removal of |
Actually, we do check packages in every build at https://github.com/NuGet/NuGet.Client/blob/dev/eng/pipelines/templates/Build_and_UnitTest.yml#L227-L232.
|
For now, if this PR get merged, I guess it will fix the failure in the current release build if you redeploy it. But soon we have to change the release pipeline to not get the script from dev branch (in case old serve branch also gets the checklist from dev branch, which doesn't reflect the fact of packages in serve branch). And in order to get the right version of the script, I need to work to finish this PR: #3926 |
May I know which build you are referring to? I just checked build 6.0.0.165, both RTM and nonRTM have the package |
It looks not an issue. |
It looks not an issue. |
Bug
Fixes: https://github.com/NuGet/Client.Engineering/issues/1096
Regression? No
Description
Remove
NuGet.SolutionRestoreManager.Interopfrom the checking list of scripts/utils/EnsureAllPackagesExist.ps1, as we no longer have/pack this project.PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation