Skip to content
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

Invalid Preview version breaking VSTS #4544

Closed
abheda30 opened this issue Jun 12, 2023 · 10 comments · Fixed by #4545
Closed

Invalid Preview version breaking VSTS #4544

abheda30 opened this issue Jun 12, 2023 · 10 comments · Fixed by #4545
Labels

Comments

@abheda30
Copy link

Getting the exception : Invalid version string for TestPlatformVersion 17.7.0-preview.23280.1+94103c3f3198fe6f1405e1cb8fe486d6cd7132fd

I think the version number is somewhat messing up the VS Installer Task.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage This item should be discussed in the next triage meeting. label Jun 12, 2023
@akshaybheda
Copy link

image
image

@igor-teresco
Copy link

Same issue..

@amupaaru29
Copy link

We had the same issue today. Solved by changing Version to "Latest Stable" in the VS TestPlatform installer task.

image

@akshaybheda
Copy link

Yes but we have 100's of pipelines. We will have to change for each

@Aspro1
Copy link

Aspro1 commented Jun 13, 2023

We had the same issue today. Solved by changing Version to "Latest Stable" in the VS TestPlatform installer task.

image

I can confirm that this solves the issue.

@akshaybheda
Copy link

Yes it works but need to change each pipeline

@nohwnd
Copy link
Member

nohwnd commented Jun 13, 2023

Thanks for the report, I've unlisted the package. We've recently changed how we package our nugets, to be using the same approach as other teams (e.g. dotnet/runtime), and that brought a change in the versioning schema, and appended +, which is causing issues with the installer task.

@nohwnd
Copy link
Member

nohwnd commented Jun 13, 2023

You should now get 17.6.2 resolved when you re-run your pipeline that is choosing latest preview.

@nohwnd
Copy link
Member

nohwnd commented Jun 13, 2023

@akshaybheda 17.6.2 should be the version that resolves now when you use Latest or Latest preview. So no-need to change your hundreds of pipelines. I've tried on my pipeline. Please confirm if possible.

@akshaybheda
Copy link

Yes it is resolving to 17.6.2 now. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants