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 33e2d03 commit 824cfdfCopy full SHA for 824cfdf
src/RoslynAnalyzers/NuGet/Directory.Build.targets
@@ -8,5 +8,6 @@
8
<GenerateAnalyzerConfigurationFile>false</GenerateAnalyzerConfigurationFile>
9
</PropertyGroup>
10
11
- <Import Project="$(RepoRoot)eng\targets\GenerateAnalyzerNuspec.targets" Condition="'$(IsPackable)' == 'true'"/>
+ <!-- Skip due to https://github.com/dotnet/roslyn/issues/78414 -->
12
+ <!-- <Import Project="$(RepoRoot)eng\targets\GenerateAnalyzerNuspec.targets" Condition="'$(IsPackable)' == 'true'"/> -->
13
</Project>
0 commit comments