Browse Source

Fixed path to DevAnalyzers.csproj

Linux uses case-sensetive file systems, so MSBuild was unable to find the file
pull/7998/head
Nikita Tsukanov 4 years ago
committed by GitHub
parent
commit
d5e049e70a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/DevAnalyzers.props

2
build/DevAnalyzers.props

@ -1,6 +1,6 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)..\src\Tools\DevAnalyzers\DevAnalyzers.csproj"
<ProjectReference Include="$(MSBuildThisFileDirectory)..\src\tools\DevAnalyzers\DevAnalyzers.csproj"
PrivateAssets="all"
ReferenceOutputAssembly="false"
OutputItemType="Analyzer"

Loading…
Cancel
Save