mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
[PR #127] [MERGED] Add an '-o | --output' argument #247
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:features/platform-dependent📝 Commits (4)
0816facAdd an-oparameter, allowing you to store the package in a specific folder2362697Don't include the RuntimeIdentifier in the package name, if it is not set41c43f5Fix compile-time warnings9ce1506Add 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.