Skip to content

Add PublishMode and SemVer2 version to installer telemetry - #974

Merged
albertospelta merged 1 commit into
mainfrom
alberto/fix-installer-telemetry
Sep 3, 2026
Merged

Add PublishMode and SemVer2 version to installer telemetry#974
albertospelta merged 1 commit into
mainfrom
alberto/fix-installer-telemetry

Conversation

@albertospelta

Copy link
Copy Markdown
Member

The installer custom action did not report PublishMode, and its Version used NBGV_SimpleVersion, which omits the prerelease tag. As a result, a 1.1.0-beta.1 build was reported as 1.1.0, while the application correctly reported 1.1.0-beta.1. Installer telemetry now includes PublishMode and uses the SemVer2 version, keeping its version data consistent with the application.

@albertospelta
albertospelta force-pushed the alberto/fix-installer-telemetry branch from 7a0837d to 4471ff3 Compare September 3, 2026 19:08
The installer custom action did not report `PublishMode`, and its `Version` used `NBGV_SimpleVersion`, which omits the prerelease tag. As a result, a `1.1.0-beta.1` build was reported as `1.1.0`, while the application correctly reported `1.1.0-beta.1`. Installer telemetry now includes `PublishMode` and uses the SemVer2 version, keeping its version data consistent with the application.
@albertospelta
albertospelta force-pushed the alberto/fix-installer-telemetry branch from 4471ff3 to a481467 Compare September 3, 2026 19:52
@albertospelta
albertospelta merged commit 9f211a4 into main Sep 3, 2026
2 checks passed
@albertospelta
albertospelta deleted the alberto/fix-installer-telemetry branch September 3, 2026 20:19
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.

1 participant