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
Describe the bug
After upgrading to .NET 8 the build server is not able to compile our solution anymore.
/builds/X/X/.nuget/aspnetcore.sasscompiler/1.69.5/build/AspNetCore.SassCompiler.targets(11,5): error : Error running sass compiler: /builds/X/X/.nuget/aspnetcore.sasscompiler/1.69.5/build/../runtimes/linux-x64/sass: exec: line 20: /builds/X/X/.nuget/aspnetcore.sasscompiler/1.69.5/runtimes/linux-x64/src/dart: not found [/builds/X/X/XYZ/ABC/ABC/ABC.csproj]
To Reproduce
Use dotnet restore/run/build/test with --packages referencing a directory (relative path) like .nuget like:
Expected behavior
Would expect that dart is found and SassCompiler works as normal.
System
Container: mcr.microsoft.com/dotnet/sdk:8.0.100-1-alpine3.18-amd64
Additional context
In the local folder on my windows (with .nuget sitting in C:\user\XXX\.nuget) i can see the 'dart' file in the folder where the build script under linux says it's missing.
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading to .NET 8 the build server is not able to compile our solution anymore.
/builds/X/X/.nuget/aspnetcore.sasscompiler/1.69.5/build/AspNetCore.SassCompiler.targets(11,5): error : Error running sass compiler: /builds/X/X/.nuget/aspnetcore.sasscompiler/1.69.5/build/../runtimes/linux-x64/sass: exec: line 20: /builds/X/X/.nuget/aspnetcore.sasscompiler/1.69.5/runtimes/linux-x64/src/dart: not found [/builds/X/X/XYZ/ABC/ABC/ABC.csproj]
To Reproduce
Use dotnet restore/run/build/test with
--packages
referencing a directory (relative path) like.nuget
like:Expected behavior
Would expect that dart is found and SassCompiler works as normal.
System
Container: mcr.microsoft.com/dotnet/sdk:8.0.100-1-alpine3.18-amd64
Additional context
In the local folder on my windows (with .nuget sitting in
C:\user\XXX\.nuget
) i can see the 'dart' file in the folder where the build script under linux says it's missing.The text was updated successfully, but these errors were encountered: