-
Notifications
You must be signed in to change notification settings - Fork 136
ASP.NET Core RestoreNpmPackages logic is failing in offline scenario #3925
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
ASP.NET Core RestoreNpmPackages logic is failing in offline scenario #3925
Comments
@wtgodbe - can you take a look? |
@mthalman pointed out to me that it looks like they have an option to remove the version check (assuming this is the source of the online check): |
This is still failing, at least in the |
The skip version check was not added for the Alpine image. Could that be the problem? |
Yes, that was it. Confirmed with a test build. Submitted a fix: dotnet/dotnet-buildtools-prereqs-docker#962 |
This is still failing in the CentOS Stream8 legs - https://dev.azure.com/dnceng/internal/_build/results?buildId=2356798&view=logs&j=3d0d030d-16a0-525f-3599-c6948332c359&t=57c3b827-ae8f-5728-95a9-9ba020b689a4 (Microsoft internal link) |
This error is still popping up: example build 1, example build 2 (internal links). This was working in previous builds. It would seem that this is a sporadic error and that the environment variable that was added doesn't really work? |
Since this is an offline build, how do we get the npm packages into the build system? Or is this "offline" mode limited to .NET only? |
We need to revisit the whole NPM package strategy. Source build is already configured to not build with Node but it's not being honored correctly. That will be fixed by dotnet/aspnetcore#53489. |
The Fedora39_Offline_CurrentSourceBuiltSdk_x64 CI leg is failing with the following error:
Failing build (Microsoft internal link)
It is odd that other offline legs are not failing - especially on the same distro - e.g. Fedora39_Offline_MsftSdk_x64. It would be nice to know why that is.
This appears related to dotnet/aspnetcore#53154.
The text was updated successfully, but these errors were encountered: