mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-16 05:44:46 +00:00
[PR #121] [MERGED] Support multiple package architectures #240
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/121
Author: @qmfrederik
Created: 11/21/2019
Status: ✅ Merged
Merged: 11/21/2019
Merged by: @qmfrederik
Base:
master← Head:features/arm📝 Commits (4)
e9a5776Support parsing runtime identifiers0f3ddf4DebTask: Make the target achitecture dynamic10e4c5dRpmTask: Auto-determine package architecture7062be3Use netcoreapp2.1📊 Changes
9 files changed (+387 additions, -6 deletions)
View changed files
➕
Packaging.Targets.Tests/Deb/DebTaskTests.cs(+36 -0)📝
Packaging.Targets.Tests/Packaging.Targets.Tests.csproj(+1 -1)➕
Packaging.Targets.Tests/Rpm/RpmTaskTests.cs(+36 -0)➕
Packaging.Targets.Tests/RuntimeIdentifierTests.cs(+77 -0)📝
Packaging.Targets/DebTask.cs(+50 -1)📝
Packaging.Targets/RpmTask.cs(+52 -1)➕
Packaging.Targets/RuntimeIdentifiers.cs(+125 -0)📝
Packaging.Targets/build/Packaging.Targets.targets(+9 -2)📝
appveyor.yml(+1 -1)📄 Description
Determine the package architecture from the RuntimeIdentifier, instead of hard-coding it to amd64/x86_64.
Fixes #117
Fixes #51
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.