Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Publishing to the Open VSIX Gallery fails on main builds #13

Open
nils-a opened this issue Jul 8, 2021 · 0 comments
Open

Publishing to the Open VSIX Gallery fails on main builds #13

nils-a opened this issue Jul 8, 2021 · 0 comments
Labels

Comments

@nils-a
Copy link
Contributor

nils-a commented Jul 8, 2021

because GitVersion calculated

{
  // ...
  "PreReleaseNumber": null,
  // ...
  "MajorMinorPatch": "0.1.0",
  // ...
}

and the version to be set in the vsixmanifest is $"{gitVersion.MajorMinorPatch}.{gitVersion.PreReleaseNumber}" which results in a non-valid version number.

@nils-a nils-a added the Build label Jul 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant