-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[release/8.0.3xx] Update dependencies from microsoft/vstest #37983
[release/8.0.3xx] Update dependencies from microsoft/vstest #37983
Conversation
…240112.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24062-01
…240112.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24062-01
…240112.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24062-01
…240114.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24064-01
…240115.5 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24065-05
Error for source build:
I'm investigating. |
So these changes are updating VS Test version in 8.0.3xx from 17.9 to 17.10. The issue is that 17.10 has been source built, targeting net9.0, from an Arcade update: microsoft/vstest#4795. The tension here is between 17.10 of VS Test flowing to SDK in both 8.0.3xx (which needs net8.0) and main (which needs net9.0). @MichaelSimons - Any ideas on how to resolve this? cc @Evangelink |
I think a pattern like what Roslyn implemented is what is needed here. The repo source-build builds of vstest need to multi-target. |
@Evangelink - Please implement the pattern that was suggested by @MichaelSimons above. You'll need to be targeting both |
@mthalman What's the deadline for this? I expect this might be quite some work given the structure of vstest. |
That's not my call. But this blocks 17.10 from getting into 8.0.3xx. So whenever that is needed, I suppose. |
…240116.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24066-01
17.10 will ship in May with the first preview in Feb. It'd be good to get this resolved by preview 2 in March so I'd aim for getting this fixed by mid-Feb. So you do have some time. |
@marcpopMSFT Awesome! I will work on the fix next week. I am just really busy with other prios this week and was afraid I wouldn't manage to have it done soon enough for you. Feel free to assign that to me. |
…240117.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24067-01
…240118.2 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24068-02
…240119.4 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24069-04
…240119.4 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24069-04
…240119.4 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24069-04
…240122.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24072-01
…240123.2 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24073-02
…240123.2 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24073-02
…240123.2 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24073-02
Sorry for the delay here, this will be on top of my list for Monday. |
…240126.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24076-01
…240126.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24076-01
…240128.3 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24078-03
I have started this PR microsoft/vstest#4856 but honestly nothing makes sense with source-build so if someone wants to take it over or provide some guidance, that would be lovely. |
Related PR is finally green, waiting for some approval and to flow down here. Hopefully this will be good today. |
…240130.1 Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24080-01
I have restarted the failed job. The error looks unrelated to VSTest. |
The only failure is a known issue for a test that has been disabled: #38268 I'll go ahead and merge on red. |
This pull request updates the following dependencies
From https://github.com/microsoft/vstest