Skip to content

Commit

Permalink
Build using --test:RealInternalSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Aug 4, 2023
1 parent 9a8c215 commit 22a4bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<LangVersion Condition="'$(FSharpLangVersion)' != ''">$(FSharpLangVersion)</LangVersion>
<RepoRoot Condition="'$(RepoRoot)' == ''">$(MSBuildThisFileDirectory)</RepoRoot>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<OtherFlags Condition="'$(Configuration)' != 'Proto'">$(OtherFlags) --test:RealInternalSignature</OtherFlags>
</PropertyGroup>
<!--
When developers load the FSharp.Compiler.Service solution we set FSHARPCORE_USE_PACKAGE to true if it hasn't already been set to a value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<PreRelease>true</PreRelease>
<OutputType>Exe</OutputType>
<OtherFlags Condition="'$(BUILD_PROTO)' != 'true'">$(OtherFlags);--test:RealInternalSignature</OtherFlags>
<TargetFramework>net7.0</TargetFramework>
<NuspecFile>Microsoft.FSharp.Compiler.nuspec</NuspecFile>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit 22a4bd2

Please sign in to comment.