File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 <PackageReference Include =" StyleCop.Analyzers" PrivateAssets =" All" />
4444 </ItemGroup >
4545
46- <ItemGroup >
47- <!-- for everything except the build project itself: use the build project as an analyzer -->
48- <ProjectReference Condition =" '$(AssemblyName)' != 'StackExchange.Redis.Build'"
49- Include =" ..\..\eng\StackExchange.Redis.Build\StackExchange.Redis.Build.csproj"
46+ <ItemGroup Condition =" '$(MSBuildProjectName)' != 'Build' and '$(MSBuildProjectName)' != 'StackExchange.Redis.Build'" >
47+ <!-- for everything except the build-tools project itself and the Build.csproj wrapper: use the build project as an analyzer -->
48+ <ProjectReference Include =" ..\..\eng\StackExchange.Redis.Build\StackExchange.Redis.Build.csproj"
5049 OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
5150 </ItemGroup >
5251</Project >
You can’t perform that action at this time.
0 commit comments