-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 #32916
[main] Update dependencies from dotnet/arcade #32916
Conversation
…119.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.23607.2 -> To Version 9.0.0-beta.24069.2
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.
Auto-approving dependency update.
…126.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.23607.2 -> To Version 9.0.0-beta.24076.5
…202.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.23607.2 -> To Version 9.0.0-beta.24102.4
…206.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.23607.2 -> To Version 9.0.0-beta.24106.2
…214.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.23607.2 -> To Version 9.0.0-beta.24114.1
cc @SamMonoRT |
Most of the failures are due to Mono.TextTemplating, it needs to be updated to support .NET 9.0.0-preview1 SDK (in progress) I haven't been able to investigate the other failures because they don't repro locally and for some reason there are no logs in |
…214.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.23607.2 -> To Version 9.0.0-beta.24114.1
Target net9.0 in tests Disable terminal logger
@@ -99,6 +99,8 @@ function Build { | |||
|
|||
$bl = if ($binaryLog) { '/bl:' + (Join-Path $LogDir 'Build.binlog') } else { '' } | |||
$platformArg = if ($platform) { "/p:Platform=$platform" } else { '' } | |||
# disable terminal logger for now: https://github.com/dotnet/runtime/issues/97211 | |||
$tl = '/tl:false' |
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.
@AndriySvyryd this is a custom change in eng/common which will be overwritten with the next arcade update, it'd be better to make it in the root build scripts
This pull request updates the following dependencies
From https://github.com/dotnet/arcade