Skip to content

Commit 6fae5c4

Browse files
committed
do not try to build latest FSHarp.Core as part of proto build
1 parent 366ed83 commit 6fae5c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fsharp/FSharp.Core/FSharp.Core.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<!-- NOTE: The optdata and sigdata files are no longer needed by the F# compiler (the information is -->
233233
<!-- integrated as resources into more recent FSharp.Core.dll's. However they are still produced to -->
234234
<!-- allow older versions of the F# compiler to reference more recent FSharp.Core packages -->
235-
<Target Name="CopyToBuiltBin" BeforeTargets="AfterCompile" AfterTargets="CoreCompile" >
235+
<Target Name="CopyToBuiltBin" BeforeTargets="AfterCompile" AfterTargets="CoreCompile" Condition="'$(Configuration)' != 'Proto'" >
236236
<ItemGroup>
237237
<BuiltProjectOutputGroupKeyOutput Include="$(IntermediateOutputPath)\FSharp.Core.sigdata" />
238238
<BuiltProjectOutputGroupKeyOutput Include="$(IntermediateOutputPath)\FSharp.Core.optdata" />

0 commit comments

Comments
 (0)