Skip to content

Commit

Permalink
Set {Pack,Publish}Release=false.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Nov 15, 2023
1 parent 1c43dda commit a7c1cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<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 @@ -26,6 +27,7 @@ mainly used by the Zig SDK but can also be used by other projects.</PackageDescr
<PackageOutputPath>$(MSBuildThisFileDirectory)pkg/feed/</PackageOutputPath>
<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 a7c1cd0

Please sign in to comment.