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 9a796c2 commit 731c95eCopy full SHA for 731c95e
src/Analyzers/Analyzers.csproj
@@ -15,9 +15,9 @@
15
<VersionSuffix>preview.1</VersionSuffix>
16
<PackageDescription>.NET Analyzers for the Durable Task SDK.</PackageDescription>
17
<NeutralLanguage>en</NeutralLanguage>
18
- <IncludeBuildOutput>false</IncludeBuildOutput> <!-- Do not include the analyzer as a lib dependency -->
+ <IncludeBuildOutput>true</IncludeBuildOutput>
19
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
20
- <IsPackable>false</IsPackable> <!-- Do not publish it until it is ready to release -->
+ <IsPackable>true</IsPackable>
21
</PropertyGroup>
22
23
<ItemGroup>
0 commit comments