-
Notifications
You must be signed in to change notification settings - Fork 737
Fix NuGet.Build.Tasks.Console package #3285
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
Conversation
* Remove `NuGet.RestoreEx.targets` from `NuGet.Build.Tasks` package * Add `NuGet.RestoreEx.targets` to `NuGet.Build.Tasks.Console` package under `runtimes\any\native` * Package NuGet.Build.Tasks.Console.dll in `lib` instead of `contentFiles\any`
|
@jeffkl a test failed, flaky or related? |
|
Flaky, I'll restart it |
|
FYI @NuGet/nuget-client |
|
When you say inseration, you are talking about the VS side here, right? Official builds should be flowing on daily basis to dotnet/sdk so we should be able to consume that change further. |
We do all of them at the same time. So we only promote builds when we insert. In the 3.x days with the separate repos, NuGet insertions into the SDK were painful. |
I might be missing something here. Aren't we flowing all official builds (which I assume are just batched per commit rolling builds in internal) live to dotnet/sdk? How is that connected to build promotion? |
|
There's probably something lost in translation as I don't understand the arcade infra and all the terminology around it so I'll explain what we do.
|
Thanks a lot, that was the missing piece. I believed that the NuGet dependency was stale as I didn't see any auto-updates. |
Bug
Fixes: NuGet/Home#9267
Regression: No
Fix
NuGet.RestoreEx.targetsfromNuGet.Build.TaskspackageNuGet.RestoreEx.targetstoNuGet.Build.Tasks.Consolepackage underruntimes\any\nativelibinstead ofcontentFiles\anyTesting/Validation
Tests Added: No
Reason for not adding tests: Package layout
Validation: Manual
NuGet.Build.Tasks
NuGet.Build.Tasks.Console