-
Notifications
You must be signed in to change notification settings - Fork 10.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
[main] Update dependencies from dotnet/arcade #53528
[main] Update dependencies from dotnet/arcade #53528
Conversation
…119.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.24062.5 -> To Version 9.0.0-beta.24069.2
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@mkArtakMSFT @javiercn @SteveSandersonMS - it looks like the e2e Blazor tests are failing. Can someone take a look?
|
@eerhardt I think that might be a flaky test |
…126.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.24062.5 -> To Version 9.0.0-beta.24076.5
@mthalman @MichaelSimons - we are getting a source build break with the new version of arcade:
I'm not sure how we can resolve this. Is this an issue with arcade? |
@mmitche - I think this may be due to your change from dotnet/arcade#14411 since that is touching where these packages are referenced by Arcade. cc @dotnet/source-build-internal |
Yes that's probably me. This is surprising though....maybe this has to do with aspnet's custom logic to build its build tasks. |
…202.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.24062.5 -> To Version 9.0.0-beta.24102.4
/azp run aspnetcore-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run aspnetcore-components-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
@wtgodbe can you take a look? |
@MichaelSimons seems that there is still a source build related issue here |
The failure was earlier identified in #53528 (comment). @mmitche - What's the resolution here? |
This looks to be coming from the BuildRepoTasks. In this case _ImportOrUseTooling is set to true after dotnet/arcade#14411 was merged. Prior to this the package weren't imported because DotNetBuildFromSource was true. @mmitche - do you think |
Blocked on dotnet/source-build#3807 (as per statement at https://github.com/dotnet/aspnetcore-internal/issues/4461) |
…214.1 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.24062.5 -> To Version 9.0.0-beta.24114.1
Hmm..that didn't do it... |
I think my other aspnetcore change depends on this. Prioritizing this. |
Update: Removing DotNetBuildRepo and DotNetBuildSourceOnly from the root invocation does not fail. In addition, it should be noted that this works in the VMR right now, so another clue. |
I think I've spotted it. f9d0d6b from @tmds enabled portable builds of unknown arches. This happens under |
Okay I think that does it. @wtgodbe to review the tweak to LatestPackageReference |
Agh, that latest issue is msbuild picking up the command line error. Should be fixed in latest arcade. |
…229.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.24062.5 -> To Version 9.0.0-beta.24129.2
…229.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.24062.5 -> To Version 9.0.0-beta.24129.2
Thanks for fixing the issue! When making this change I had done some validation, but all these builds involved rids that didn't cause duplicates here. These were vmr builds, so I assume something must have been setting
I think you could also prevent the duplicate by adding an <LatestPackageReference Include="Microsoft.NETCore.App.Runtime.$(TargetRuntimeIdentifier)" Exclude="@(LatestPackageReference)" Condition=" '$(DotNetBuildSourceOnly)' == 'true' " /> |
I think you could also prevent the duplicate by adding an Exclude like: Ooh I like that better than the dedupe. Will switch over. And yeah, aspnetcore hadn't had an arcade update yet that was setting the new flags. |
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.
LGTM, but can you undo the submodule change?
This reverts commit 7ccf516.
…482a-44eb-8859-45b8b9099279
This pull request updates the following dependencies
From https://github.com/dotnet/arcade