-
Notifications
You must be signed in to change notification settings - Fork 173
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.x] Update dependencies from dotnet/arcade #1967
[release/8.x] Update dependencies from dotnet/arcade #1967
Conversation
…016.4 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23463.1 -> To Version 8.0.0-beta.23516.4 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23475.1 (parent: Microsoft.DotNet.Arcade.Sdk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR changes the .NET SDK version. Review required from before merging.
Why is this repository using the |
Removed Now only tests are failing with dotnet/razor#9342:
Which means we need to wait until VS 17.8P4 is available on CI machines where this problem should be fixed I think. Plus will probably need to do something similar to this: fc7a9bf. |
I think we require VS 17.8 P3 which is currently prepared by the Core Engineering team and should be available later today. @marcpopMSFT / @jaredpar is that right? |
If it works with 17.8P3 then great, but I think regular preview queue will have 17.8P3 and scouting preview queue will have 17.8P4, so we can choose. |
218903e
to
afd9102
Compare
When I last worked on this, I was told that we only want to update the SHAs when there's a reason to do so. The Unfortunately I just noticed that my changes were undone with the following commits that came in at a later point: I don't understand why this was done, maybe @JoeRobich can tell? EDIT: reverted Joe's changes and made it possible to use the parent repo sdk, i.e. for project-system. |
I made the change when updating MSBuildLocator to v1.6.1. It was having difficulties locating a workable SDK for the integration tests. I see we are on 1.6.10 now, so it may be better behaved. |
…017.14 Microsoft.CodeAnalysis From Version 4.8.0-3.23474.1 -> To Version 4.8.0-3.23517.14
This looks good now but we still need to fix signed builds. |
Should we merge this in meanwhile and fix the remaining issues separately? |
Merging this would break signed builds for release/8.x so it wouldn't flow into the SDK. |
33e354f
to
4266b80
Compare
…016.4 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23463.1 -> To Version 8.0.0-beta.23516.4 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23475.1 (parent: Microsoft.DotNet.Arcade.Sdk
Test run of a signed build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2299802&view=results |
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/arcade