Skip to content

Commit 824cfdf

Browse files
committed
Skip analyzer documentation check
1 parent 33e2d03 commit 824cfdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/RoslynAnalyzers/NuGet/Directory.Build.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
<GenerateAnalyzerConfigurationFile>false</GenerateAnalyzerConfigurationFile>
99
</PropertyGroup>
1010

11-
<Import Project="$(RepoRoot)eng\targets\GenerateAnalyzerNuspec.targets" Condition="'$(IsPackable)' == 'true'"/>
11+
<!-- Skip due to https://github.com/dotnet/roslyn/issues/78414 -->
12+
<!-- <Import Project="$(RepoRoot)eng\targets\GenerateAnalyzerNuspec.targets" Condition="'$(IsPackable)' == 'true'"/> -->
1213
</Project>

0 commit comments

Comments
 (0)