[PR #199] [MERGED] Fix CI pipelines #296

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/199
Author: @qmfrederik
Created: 11/8/2021
Status: Merged
Merged: 11/8/2021
Merged by: @qmfrederik

Base: masterHead: fixes/build


📝 Commits (1)

📊 Changes

4 files changed (+14 additions, -21 deletions)

View changed files

📝 .azure-pipelines.yml (+11 -4)
Packaging.Targets/NuGet.config (+0 -13)
📝 molecule/framework-dependent/molecule/default/molecule.yml (+3 -2)
📝 molecule/self-contained/molecule/default/molecule.yml (+0 -2)

📄 Description

This PR fixes a couple of issues with the CI pipeline:

  • Remove an unused NuGet.config file with references to a (very outdated) .NET Core MyGet feed, which resulted in SSL errors
  • Be explicit about the VM image, even when using containers
  • Use specific molecule/ansible versions to avoid breakages
  • Remove Ubuntu 19.10 from the test matrix

🔄 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/199 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 11/8/2021 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `fixes/build` --- ### 📝 Commits (1) - [`6b8c87a`](https://github.com/quamotion/dotnet-packaging/commit/6b8c87af269a0f81e33d12e9199980abf9a81587) Fix CI pipelines ### 📊 Changes **4 files changed** (+14 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.azure-pipelines.yml` (+11 -4) ➖ `Packaging.Targets/NuGet.config` (+0 -13) 📝 `molecule/framework-dependent/molecule/default/molecule.yml` (+3 -2) 📝 `molecule/self-contained/molecule/default/molecule.yml` (+0 -2) </details> ### 📄 Description This PR fixes a couple of issues with the CI pipeline: - Remove an unused `NuGet.config` file with references to a (very outdated) .NET Core MyGet feed, which resulted in SSL errors - Be explicit about the VM image, even when using containers - Use specific molecule/ansible versions to avoid breakages - Remove Ubuntu 19.10 from the test matrix --- <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:54 +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#296