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
fsharp is not producing Microsoft.FSharp.Compiler on Linux. See the differences between the artifacts produced from a linux build and a windows build below.
Linux:
New artifact(s) after building fsharp:
-> FSharp.Compiler.Service/43.9.200-preview.24578.1
-> FSharp.Core/9.0.200-beta.24578.1
-> assets/symbols/FSharp.Compiler.Service.43.9.200-preview.24578.1.symbols.nupkg
-> assets/symbols/FSharp.Core.9.0.200-beta.24578.1.symbols.nupkg
Windows:
New artifact(s) after building fsharp:
-> Microsoft.FSharp.Compiler/13.9.200-beta.24578.1
-> assets/symbols/Microsoft.FSharp.Compiler.13.9.200-beta.24578.1.symbols.nupkg
Microsoft.FSharp.Compiler is important for the purposes of the .NET build, because unless it is produced, nothing flows to SDK in the VMR build. We should investigate why this package is not being produced on Linux.
fsharp is not producing
Microsoft.FSharp.Compiler
on Linux. See the differences between the artifacts produced from a linux build and a windows build below.Linux:
Windows:
Microsoft.FSharp.Compiler
is important for the purposes of the .NET build, because unless it is produced, nothing flows to SDK in the VMR build. We should investigate why this package is not being produced on Linux.cc @mmitche
The text was updated successfully, but these errors were encountered: