Skip to content

sync main with patches in releases/core#505

Open
singhk97 wants to merge 2 commits into
mainfrom
kavin/sync-version-and-pipeline
Open

sync main with patches in releases/core#505
singhk97 wants to merge 2 commits into
mainfrom
kavin/sync-version-and-pipeline

Conversation

@singhk97
Copy link
Copy Markdown
Collaborator

@singhk97 singhk97 commented May 13, 2026

applied some patches to releases/core to fix the released version. syncing main now.

Copilot AI review requested due to automatic review settings May 13, 2026 19:54
@singhk97 singhk97 changed the title Sync version offset bump and pipeline 409-tolerance from releases/core sync main with patches in releases/core May 13, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR cherry-picks versioning and publishing pipeline tweaks from releases/core onto main to keep branch behavior aligned—specifically around Nerdbank.GitVersioning height offsets and internal feed publishing tolerance for 409 conflicts.

Changes:

  • Adjusts versionHeightOffset values in NBGV version.json files to change computed package versions/heights.
  • Updates the internal NuGet push step to tolerate package conflict (409) responses by setting allowPackageConflicts: true.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
core/version.json Changes the core-wide NBGV versionHeightOffset (affects generated versions across core).
core/src/Microsoft.Teams.Apps/version.json Adds/sets an NBGV versionHeightOffset specifically for Microsoft.Teams.Apps version generation.
.azdo/publish.yaml Makes internal NuGet push treat version-conflict (409) as non-fatal via allowPackageConflicts: true.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread core/version.json
Comment on lines 3 to 5
"version": "1.0",
"versionHeightOffset": -3,
"versionHeightOffset": -4,
"pathFilters": ["."],
Comment on lines 2 to 5
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1.0-preview.{height}",
"versionHeightOffset": -2,
"publicReleaseRefSpec": [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants