dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 772 forks source link

Parameterize configuration in Microsoft.FSharp.Compiler.nuspec #17313

Closed KevinRansom closed 2 weeks ago

KevinRansom commented 2 weeks ago

Fix: #https://github.com/dotnet/fsharp/issues/17312

Microsoft.FSharp.Compiler.nuspec did not paramaterize the files it places in the nuget file. So you had to have done a release build for it to correctly build with the pack switch.

This fixes that, by using $configuration$ and setting that in the project file.

github-actions[bot] commented 2 weeks ago

:white_check_mark: No release notes required