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 bc9026a commit a2ee5ddCopy full SHA for a2ee5dd
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