[PR #155] [MERGED] Work around a bug in .NET SDK 3.1, Update Molecule Syntax #265

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/155
Author: @qmfrederik
Created: 6/11/2020
Status: Merged
Merged: 6/12/2020
Merged by: @qmfrederik

Base: masterHead: features/netcore31


📝 Commits (5)

📊 Changes

5 files changed (+68 additions, -16 deletions)

View changed files

📝 .azure-pipelines.yml (+33 -0)
📝 .travis.yml (+1 -1)
📝 dotnet-rpm/PackagingRunner.cs (+14 -1)
📝 molecule/framework-dependent/molecule/default/molecule.yml (+11 -8)
📝 molecule/self-contained/molecule/default/molecule.yml (+9 -6)

📄 Description

  • Fix an issue where running dotnet deb & friends would fail on .NET SDK 3.1.
  • Add a test leg for .NET 3.1
  • Update Molecule syntax to Molecule 3.0

Closes #148


🔄 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/155 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 6/11/2020 **Status:** ✅ Merged **Merged:** 6/12/2020 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `features/netcore31` --- ### 📝 Commits (5) - [`361bcdb`](https://github.com/quamotion/dotnet-packaging/commit/361bcdb1c2fae338c5fff07360d387848248e242) Work around a bug in .NET SDK 3.1 - [`19340ec`](https://github.com/quamotion/dotnet-packaging/commit/19340eca9db0d8c91f215df48041c718d740b731) Add .NET 3.1 to test matrix - [`632c010`](https://github.com/quamotion/dotnet-packaging/commit/632c010fcf89f7e94e24390a4ef806d7c8f7cac5) Update linting syntax - [`3b2871a`](https://github.com/quamotion/dotnet-packaging/commit/3b2871af4d2363e8384af0ec6b3e4c9df6ecfee4) Bump to Ubuntu 19.10 - [`799e03b`](https://github.com/quamotion/dotnet-packaging/commit/799e03b9c0368348c12931ccf072e383ad9b389d) Install pytest, testinfra ### 📊 Changes **5 files changed** (+68 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.azure-pipelines.yml` (+33 -0) 📝 `.travis.yml` (+1 -1) 📝 `dotnet-rpm/PackagingRunner.cs` (+14 -1) 📝 `molecule/framework-dependent/molecule/default/molecule.yml` (+11 -8) 📝 `molecule/self-contained/molecule/default/molecule.yml` (+9 -6) </details> ### 📄 Description - Fix an issue where running `dotnet deb` & friends would fail on .NET SDK 3.1. - Add a test leg for .NET 3.1 - Update Molecule syntax to Molecule 3.0 Closes #148 --- <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:42 +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#265