We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src
UseMLCodeAnalyzer
1 parent ba91e6b commit bc12f31Copy full SHA for bc12f31
src/Directory.Build.props
@@ -15,11 +15,13 @@
15
</PropertyGroup>
16
17
<ItemGroup>
18
- <ProjectReference Include="$(MSBuildThisFileDirectory)\..\tools-local\Microsoft.ML.CodeAnalyzer\Microsoft.ML.CodeAnalyzer.csproj">
+ <ProjectReference
19
+ Condition="'$(UseMLCodeAnalyzer)' != 'false'"
20
+ Include="$(MSBuildThisFileDirectory)\..\tools-local\Microsoft.ML.CodeAnalyzer\Microsoft.ML.CodeAnalyzer.csproj">
21
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
22
<OutputItemType>Analyzer</OutputItemType>
23
</ProjectReference>
-
24
+
25
</ItemGroup>
26
27
</Project>
0 commit comments