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

nuget restore error preventing images to build XM1 #71

Open
ivanbuzyka opened this issue May 16, 2024 · 1 comment
Open

nuget restore error preventing images to build XM1 #71

ivanbuzyka opened this issue May 16, 2024 · 1 comment

Comments

@ivanbuzyka
Copy link

ivanbuzyka commented May 16, 2024

Recently following error started appearing when running .\clean-install.ps1 (the problem reproducible only for XM1).
There is an issue with "nuget restore" that should be run in custom-image Dockerfile. See screenshot below.
image

As a result, it is not possible to build images and get up containers.
The message you're seeing on screenshot indicates an error. The error code 4294967295 is a generic error code that PowerShell uses to indicate that a command has failed. In this case, the nuget restore command is failing.

Everything use to be working a while before.

@ivanbuzyka ivanbuzyka changed the title nuget restore error preventing images to build nuget restore error preventing images to build XM1 May 16, 2024
@ivanbuzyka
Copy link
Author

It seems to fix this issue "Sitecore" nuget source should be updated to "https://nuget.sitecore.com/resources/v3/index.json", current one pointing to myget doesn't seem to work (https://sitecore.myget.org/F/sc-packages/api/v3/index.json)

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

No branches or pull requests

1 participant