-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UseDotNetV2]handling semver v2 runtime preview versions #11610
[UseDotNetV2]handling semver v2 runtime preview versions #11610
Conversation
@tejasd1990 can you run some manual pipelines while downloading
of semver version 1.0 and 2.0 with
We just need to be sure that we aren't breaking anything here. |
@hiyadav I have already tested various scenarios with the new change including versions which are v1 and v2 |
* updating semver version to ^6.3.0 to use semverv2 * hanlde v2 runtime preview versions * Update models.ts * review comment, some more fix * formatting messages * making semver version explicit
This is a slight breaking change as the 'x' version identifier is now case sensitive.... |
Hi @TJEvans , The version identifier has always been case sensitive, it should be lower 'x'. Can you confirm whether it worked for you earlier with capital 'X' as well? |
Prior to the task updating this was the logs, |
* updating semver version to ^6.3.0 to use semverv2 * hanlde v2 runtime preview versions * Update models.ts * review comment, some more fix * formatting messages * making semver version explicit
Fix for