-
Notifications
You must be signed in to change notification settings - Fork 831
[main] Update dependencies from dotnet/arcade #14384
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
[main] Update dependencies from dotnet/arcade #14384
Conversation
…122.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22554.2 -> To Version 8.0.0-beta.22572.5
|
We're getting a bunch of error NETSDK1192: Targeting .NET 7.0 or higher in Visual Studio 2022 17.3 is not supported. On most of our windows CI legs. @MattGal does this ring a bell? Do we need to update images we're running on or something? |
…124.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22554.2 -> To Version 8.0.0-beta.22574.1
…125.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22554.2 -> To Version 8.0.0-beta.22575.1
Not sure, but I definitely touched the default xcopy msbuild version here so I'll take an initial stab at investigation. |
|
@vzarytovskii I think this is a little convoluted due to the complexities of your build. I did verify you're just using the msbuild that comes with the VS install, so this isn't an xcopy-msbuild problem. I think this can be fixed by temporarily setting your pipeline variable for the image used in CI to The windows.vs2022.scout.amd64.open image is already at 17.4.0 which should make your error message go away, and you can flip back when that becomes the "main" VS 2022 image, which should be around 12/7/2022. |
|
Yeah, I think it's fine to set it for now for all runs, we would like to start testing compiler on the 7.0.100 |
Flipped it over and hit retry. Due to the way variables work there's a chance you may need to close and reopen the PR to pick up the change. |
@vzarytovskii please close/reopen at your leisure, I can't and it didn't pick up the new queue as expected. |
This test is failing in CI for some reason. But we don't really care about what it tests anyway - having private values in signature files, in which there's really no point
…128.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22554.2 -> To Version 8.0.0-beta.22578.1
|
Signed builds are broken, I'm going to revert it |
It's the same as the public build hit. We'll have 17.4 soon, just having trouble with rollouts this morning. |
Sure, just wanted to unblock us from inserting. Going to re-do the PR once images rollout |

This pull request updates the following dependencies
From https://github.com/dotnet/arcade