Skip to content

Commit

Permalink
Revert "Set {Pack,Publish}Release=false."
Browse files Browse the repository at this point in the history
This reverts commit a7c1cd0.
  • Loading branch information
alexrp committed Dec 27, 2023
1 parent 1b518cd commit 91c07ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<PackRelease>false</PackRelease>
<PackageDescription>$(Description)

This project packs and distributes the Zig compiler and standard library in a
Expand All @@ -25,7 +24,6 @@ mainly used by the Zig SDK but can also be used by other projects.</PackageDescr
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://ziglang.org</PackageProjectUrl>
<PackageReleaseNotes>https://ziglang.org/download/$(ZigVersion)/release-notes.html</PackageReleaseNotes>
<PublishRelease>false</PublishRelease>
<RepositoryUrl>https://github.com/vezel-dev/zig-toolsets.git</RepositoryUrl>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
Expand Down

0 comments on commit 91c07ec

Please sign in to comment.