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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
build/DevAnalyzers.props
|
|
@ -1,6 +1,6 @@ |
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="$(MSBuildThisFileDirectory)..\src\Tools\DevAnalyzers\DevAnalyzers.csproj" |
|
|
<ProjectReference Include="$(MSBuildThisFileDirectory)..\src\tools\DevAnalyzers\DevAnalyzers.csproj" |
|
|
PrivateAssets="all" |
|
|
PrivateAssets="all" |
|
|
ReferenceOutputAssembly="false" |
|
|
ReferenceOutputAssembly="false" |
|
|
OutputItemType="Analyzer" |
|
|
OutputItemType="Analyzer" |
|
|
|