[PR #125] Simplify tools acquisition #243

Closed
opened 2026-01-29 16:31:33 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/quamotion/dotnet-packaging/pull/125

State: closed
Merged: Yes


To make the dotnet-packaging utilties work, you need to:

  • Add a PackageReference to Packaging.Targets
  • Run a dotnet restore
  • Invoke dotnet {rpm|zip|tarball|deb} or run dotnet msbuild /t:{CreateDeb|...}

The first two steps seem like a bit of overhead.

This PR:

  • Introduces the dotnet {zip|rpm|deb|tarball} install command, which creates a Directory.Build.props file, which contains the PackageReference
  • Updates dotnet {zip|rpm|deb|tarball} to automatically run a restore, first
**Original Pull Request:** https://github.com/quamotion/dotnet-packaging/pull/125 **State:** closed **Merged:** Yes --- To make the dotnet-packaging utilties work, you need to: - Add a PackageReference to Packaging.Targets - Run a dotnet restore - Invoke dotnet {rpm|zip|tarball|deb} or run dotnet msbuild /t:{CreateDeb|...} The first two steps seem like a bit of overhead. This PR: - Introduces the `dotnet {zip|rpm|deb|tarball}` install command, which creates a Directory.Build.props file, which contains the PackageReference - Updates `dotnet {zip|rpm|deb|tarball}` to automatically run a restore, first
claunia added the pull-request label 2026-01-29 16:31:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#243