Use dotnet-public feed for downloading NuGet.VerifyMicrosoftPackage#16154
Use dotnet-public feed for downloading NuGet.VerifyMicrosoftPackage#16154mmitche merged 1 commit intorelease/10.0from
Conversation
|
Does the nuget.exe download work with the network boundary? |
|
|
/backport to main |
|
Started backporting to main: https://github.com/dotnet/arcade/actions/runs/18011347009 |
|
/backport to release/9.0 |
|
Started backporting to release/9.0: https://github.com/dotnet/arcade/actions/runs/18228867243 |
|
/backport to release/8.0 |
|
Started backporting to release/8.0: https://github.com/dotnet/arcade/actions/runs/18228872763 |
|
@akoeplinger backporting to "release/8.0" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Use dotnet-public feed for downloading NuGet.VerifyMicrosoftPackage
Using index info to reconstruct a base tree...
A eng/common/post-build/nuget-verification.ps1
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): eng/common/post-build/nuget-verification.ps1 deleted in HEAD and modified in Use dotnet-public feed for downloading NuGet.VerifyMicrosoftPackage. Version Use dotnet-public feed for downloading NuGet.VerifyMicrosoftPackage of eng/common/post-build/nuget-verification.ps1 left in tree.
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Use dotnet-public feed for downloading NuGet.VerifyMicrosoftPackage
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
looks like 8.0 didn't have that script so we're good there |
@akoeplinger 8.0 downloads the script and runs it. Seems it was brought into Arcade in 9.0. It might be good to bring it into 8.0 as well with the changed feed. |
|
ohh interesting, yeah that sounds reasonable |
|
opened #16189 |
In DevDiv access to public package registries is not allowed. The NuGet.VerifyMicrosoftPackage is available from the dotnet-public feed so we should use that instead of nuget.org.