Skip to content
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

Merged
merged 14 commits into from
Feb 29, 2024

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Jan 25, 2024

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

  • Subscription: bb100545-b369-4abf-d5f0-08d82e67fc50
  • Build: 20240214.1
  • Date Produced: February 14, 2024 4:13:48 PM UTC
  • Commit: d5b02a4900c4d521cb48b8f0d7e3f28175268f7c
  • Branch: refs/heads/main

…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
Copy link

@ghost ghost left a 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
@lewing
Copy link
Member

lewing commented Feb 21, 2024

cc @SamMonoRT

@AndriySvyryd
Copy link
Member

AndriySvyryd commented Feb 23, 2024

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 TestResults in AzDo to upload

dotnet-maestro bot and others added 6 commits February 26, 2024 13:01
…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
@dotnet-maestro dotnet-maestro bot merged commit e9b942b into main Feb 29, 2024
11 checks passed
@dotnet-maestro dotnet-maestro bot deleted the darc-main-a875205d-4294-4bdc-9da0-b991bc8a8843 branch February 29, 2024 00:51
@@ -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'
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants