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 165dd94 commit 43d0e71Copy full SHA for 43d0e71
src/Directory.Build.props
@@ -15,6 +15,9 @@
15
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
16
<Copyright>Copyright © Andrew Arnott</Copyright>
17
<PackageTags>immutable</PackageTags>
18
+
19
+ <!-- We forked the repo, don't create packages -->
20
+ <IsPackable>false</IsPackable>
21
</PropertyGroup>
22
<ItemGroup>
23
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.104" PrivateAssets="all" />
0 commit comments