Skip to content
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

Remove obsolete package sources from NuGet.config #2389

Merged
merged 1 commit into from
Apr 1, 2025
Merged

Conversation

joperezr
Copy link
Member

@joperezr joperezr commented Mar 31, 2025

These feeds are no longer needed for our packages, and they are causing build breaks on all CI, so removing them to fix the rest of the builds.

cc: @pgrawehr

Microsoft Reviewers: Open in CodeFlow

@pgrawehr
Copy link
Contributor

pgrawehr commented Apr 1, 2025

Thank you!

But it seems this wasn't the full solution yet.

/home/vsts/work/1/s/src/Iot.Device.Bindings.SkiaSharpAdapter/Iot.Device.Bindings.SkiaSharpAdapter.csproj : error NU1101: Unable to find package Iot.Device.Bindings.SkiaSharpAdapter. No packages exist with this id in source(s): dotnet-eng, dotnet-public, dotnet-tools [/home/vsts/work/1/s/build.proj]
##[error]src/Iot.Device.Bindings.SkiaSharpAdapter/Iot.Device.Bindings.SkiaSharpAdapter.csproj(0,0): error NU1101: (NETCORE_ENGINEERING_TELEMETRY=Restore) Unable to find package Iot.Device.Bindings.SkiaSharpAdapter. No packages exist with this id in source(s): dotnet-eng, dotnet-public, dotnet-tools

Can it be that Iot.Device.Bindings.SkiaSharpAdapter was never properly uploaded to the internal feeds? It is available via nuget, though.

@joperezr
Copy link
Member Author

joperezr commented Apr 1, 2025

I was expecting the first build to fail, I was mirroring that package to dotnet-public but that is done now so requeuing should work.

@joperezr
Copy link
Member Author

joperezr commented Apr 1, 2025

Merging to unblock other PRs

@joperezr joperezr merged commit f8dbd70 into main Apr 1, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants