Skip to content

Fix handling of NuGet package version in VSIX#1536

Open
DefaultRyan wants to merge 3 commits intomasterfrom
user/defaultryan/fixnugetversion
Open

Fix handling of NuGet package version in VSIX#1536
DefaultRyan wants to merge 3 commits intomasterfrom
user/defaultryan/fixnugetversion

Conversation

@DefaultRyan
Copy link
Member

We recently add a prerelease tag to the NuGet package generated from unofficial builds, but this prerelease tag was mistakenly getting picked up by the VSIX version, and VSIX doesn't support prerelease.

This change cleans this up and adds a separate property/variable for the VSIX, so we can treat the NuGet and VSIX versions separately.

Tested the PR ADO pipeline with this change and got a successful build: https://dev.azure.com/microsoft/Dart/_build/results?buildId=139282480&view=results

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