We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366ed83 commit 6fae5c4Copy full SHA for 6fae5c4
1 file changed
src/fsharp/FSharp.Core/FSharp.Core.fsproj
@@ -232,7 +232,7 @@
232
<!-- NOTE: The optdata and sigdata files are no longer needed by the F# compiler (the information is -->
233
<!-- integrated as resources into more recent FSharp.Core.dll's. However they are still produced to -->
234
<!-- allow older versions of the F# compiler to reference more recent FSharp.Core packages -->
235
- <Target Name="CopyToBuiltBin" BeforeTargets="AfterCompile" AfterTargets="CoreCompile" >
+ <Target Name="CopyToBuiltBin" BeforeTargets="AfterCompile" AfterTargets="CoreCompile" Condition="'$(Configuration)' != 'Proto'" >
236
<ItemGroup>
237
<BuiltProjectOutputGroupKeyOutput Include="$(IntermediateOutputPath)\FSharp.Core.sigdata" />
238
<BuiltProjectOutputGroupKeyOutput Include="$(IntermediateOutputPath)\FSharp.Core.optdata" />
0 commit comments