You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
ivanbuzyka
changed the title
nuget restore error preventing images to build
nuget restore error preventing images to build XM1
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.
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.
The text was updated successfully, but these errors were encountered: