[PR #127] [MERGED] Add an '-o | --output' argument #247

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/127
Author: @qmfrederik
Created: 11/22/2019
Status: Merged
Merged: 11/22/2019
Merged by: @qmfrederik

Base: masterHead: features/platform-dependent


📝 Commits (4)

  • 0816fac Add an -o parameter, allowing you to store the package in a specific folder
  • 2362697 Don't include the RuntimeIdentifier in the package name, if it is not set
  • 41c43f5 Fix compile-time warnings
  • 9ce1506 Add missing $

📊 Changes

8 files changed (+44 additions, -18 deletions)

View changed files

📝 .azure-pipelines.yml (+3 -3)
📝 Packaging.Targets/ArchiveBuilder.cs (+1 -1)
📝 Packaging.Targets/IO/LzmaMT.cs (+4 -0)
📝 Packaging.Targets/Rpm/RpmPackageCreator.cs (+7 -7)
📝 Packaging.Targets/RuntimeIdentifiers.cs (+1 -1)
📝 Packaging.Targets/build/Packaging.Targets.targets (+12 -2)
📝 README.md (+4 -2)
📝 dotnet-rpm/PackagingRunner.cs (+12 -2)

📄 Description

This allows you to override the directory in which the .deb/.rpm/... package will be created, similar to dotnet pack.

Also fixes StyleCop issues, and an issue where the $(RuntimeIdentifier) would be included in the package name, even if empty.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/127 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 11/22/2019 **Status:** ✅ Merged **Merged:** 11/22/2019 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `features/platform-dependent` --- ### 📝 Commits (4) - [`0816fac`](https://github.com/quamotion/dotnet-packaging/commit/0816fac08e2ca3d6987311b7f5ba1173bd1da8ad) Add an `-o` parameter, allowing you to store the package in a specific folder - [`2362697`](https://github.com/quamotion/dotnet-packaging/commit/23626970efa6e01c3721fe87da741302aba5d2a9) Don't include the RuntimeIdentifier in the package name, if it is not set - [`41c43f5`](https://github.com/quamotion/dotnet-packaging/commit/41c43f531e502c26c6cbd2eecc886e024302af0d) Fix compile-time warnings - [`9ce1506`](https://github.com/quamotion/dotnet-packaging/commit/9ce150638d1a7eedd7e19043038e568d91d186d8) Add missing $ ### 📊 Changes **8 files changed** (+44 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.azure-pipelines.yml` (+3 -3) 📝 `Packaging.Targets/ArchiveBuilder.cs` (+1 -1) 📝 `Packaging.Targets/IO/LzmaMT.cs` (+4 -0) 📝 `Packaging.Targets/Rpm/RpmPackageCreator.cs` (+7 -7) 📝 `Packaging.Targets/RuntimeIdentifiers.cs` (+1 -1) 📝 `Packaging.Targets/build/Packaging.Targets.targets` (+12 -2) 📝 `README.md` (+4 -2) 📝 `dotnet-rpm/PackagingRunner.cs` (+12 -2) </details> ### 📄 Description This allows you to override the directory in which the .deb/.rpm/... package will be created, similar to `dotnet pack`. Also fixes StyleCop issues, and an issue where the $(RuntimeIdentifier) would be included in the package name, even if empty. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:34 +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#247