Skip to content

fix: include GitHub run number in preview package version suffix - #62

Merged
MikeAlhayek merged 2 commits into
mainfrom
copilot/update-release-version-format
Apr 30, 2026
Merged

fix: include GitHub run number in preview package version suffix#62
MikeAlhayek merged 2 commits into
mainfrom
copilot/update-release-version-format

Conversation

Copilot AI commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Preview NuGet packages were being versioned as 1.0.0-preview instead of 1.0.0-preview.71 (where 71 is ${{ github.run_number }}).

  • Updated dotnet build and dotnet pack steps in preview_ci.yml to pass /p:VersionSuffix=preview.${{ github.run_number }} instead of /p:VersionSuffix=preview

Agent-Logs-Url: https://github.com/CrestApps/CrestApps.Core/sessions/7c64f36e-0454-49aa-b947-377cb28545fd

Co-authored-by: MikeAlhayek <24724371+MikeAlhayek@users.noreply.github.com>

@MikeAlhayek MikeAlhayek left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

set buildnumber

@MikeAlhayek
MikeAlhayek marked this pull request as ready for review April 30, 2026 20:00
@MikeAlhayek
MikeAlhayek merged commit d3ef7e2 into main Apr 30, 2026
7 checks passed
@MikeAlhayek
MikeAlhayek deleted the copilot/update-release-version-format branch April 30, 2026 20:00
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