[PR #86] [MERGED] Bump NerdBank.GitVersioning version #223

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/86
Author: @qmfrederik
Created: 12/16/2018
Status: Merged
Merged: 12/16/2018
Merged by: @qmfrederik

Base: masterHead: fixes/nbgv


📝 Commits (3)

  • 0a24af0 Bump NerdBank.GitVersioning version, to fix compat issue on Ubuntu Bionic
  • 3f04e80 Use the previous VS image
  • cbb6a28 Don't build twice on PRs

📊 Changes

8 files changed (+11 additions, -7 deletions)

View changed files

📝 .travis.yml (+4 -0)
📝 Packaging.Targets/Packaging.Targets.csproj (+1 -1)
📝 appveyor.yml (+1 -1)
📝 demo/aspnetcore/demo.csproj (+1 -1)
📝 dotnet-deb/dotnet-deb.csproj (+1 -1)
📝 dotnet-rpm/dotnet-rpm.csproj (+1 -1)
📝 dotnet-tarball/dotnet-tarball.csproj (+1 -1)
📝 dotnet-zip/dotnet-zip.csproj (+1 -1)

📄 Description

This fixes a build-time compat issue on Ubuntu Bionic

Also:

  • Uses a previous version of the VS image on AppVeyor; apparently cross-platform building/publishing broke with a newer version of the .NET Core SDK (tbc)
  • Disables building of commits on branches (let's use PRs for that)

🔄 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/86 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 12/16/2018 **Status:** ✅ Merged **Merged:** 12/16/2018 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `fixes/nbgv` --- ### 📝 Commits (3) - [`0a24af0`](https://github.com/quamotion/dotnet-packaging/commit/0a24af02f44fd51953bc4da5d10e1cbf4164e22c) Bump NerdBank.GitVersioning version, to fix compat issue on Ubuntu Bionic - [`3f04e80`](https://github.com/quamotion/dotnet-packaging/commit/3f04e807b7ab5eb347269b4a72c41714e2a48c80) Use the previous VS image - [`cbb6a28`](https://github.com/quamotion/dotnet-packaging/commit/cbb6a289d7c58a98b54d869fceb2a8fef7c9ab0e) Don't build twice on PRs ### 📊 Changes **8 files changed** (+11 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+4 -0) 📝 `Packaging.Targets/Packaging.Targets.csproj` (+1 -1) 📝 `appveyor.yml` (+1 -1) 📝 `demo/aspnetcore/demo.csproj` (+1 -1) 📝 `dotnet-deb/dotnet-deb.csproj` (+1 -1) 📝 `dotnet-rpm/dotnet-rpm.csproj` (+1 -1) 📝 `dotnet-tarball/dotnet-tarball.csproj` (+1 -1) 📝 `dotnet-zip/dotnet-zip.csproj` (+1 -1) </details> ### 📄 Description This fixes a build-time compat issue on Ubuntu Bionic Also: - Uses a previous version of the VS image on AppVeyor; apparently cross-platform building/publishing broke with a newer version of the .NET Core SDK (tbc) - Disables building of commits on branches (let's use PRs for that) --- <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:22 +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#223