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.
1 parent 176b210 commit e22c7d4Copy full SHA for e22c7d4
tests/Directory.build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<!-- ProjectReferences are not transitive, so we need to directly include the analyzers for all test projects. -->
3
<ItemGroup Condition="'$(AssemblyName)' != 'BenchmarkDotNet.Analyzers.Tests'">
4
- <ProjectReference Include="..\..\src\BenchmarkDotNet.Analyzers\BenchmarkDotNet.Analyzers.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
+ <ProjectReference Include="$(MSBuildThisFileDirectory)..\src\BenchmarkDotNet.Analyzers\BenchmarkDotNet.Analyzers.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
5
</ItemGroup>
6
</Project>
0 commit comments