mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
[PR #155] [MERGED] Work around a bug in .NET SDK 3.1, Update Molecule Syntax #265
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/155
Author: @qmfrederik
Created: 6/11/2020
Status: ✅ Merged
Merged: 6/12/2020
Merged by: @qmfrederik
Base:
master← Head:features/netcore31📝 Commits (5)
361bcdbWork around a bug in .NET SDK 3.119340ecAdd .NET 3.1 to test matrix632c010Update linting syntax3b2871aBump to Ubuntu 19.10799e03bInstall pytest, testinfra📊 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
dotnet deb& friends would fail on .NET SDK 3.1.Closes #148
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.