Skip to content

Commit b0c0740

Browse files
mmitchepsfinaki
andauthored
Exclude compiler service benchmark from VMR build when not building tests (#16955)
* Exclude compiler service benchmark from VMR build when not building tests * remove Z --------- Co-authored-by: Petr <[email protected]>
1 parent c4c4dac commit b0c0740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/FSharp.Compiler.Benchmarks.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
6+
<ExcludeFromDotNetBuild Condition="'$(DotNetBuildTests)' != 'true'">true</ExcludeFromDotNetBuild>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)