Skip to content

[nightly] Update dependencies from dotnet/aspire

52198e8
Select commit
Loading
Failed to load commit list.
Closed

[nightly] Update dependencies from dotnet/aspire #7026

[nightly] Update dependencies from dotnet/aspire
52198e8
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-docker-nightly-pr-no-cache failed Feb 25, 2026 in 4m 26s

Build #20260225.1 had test failures

Details

Tests

  • Failed: 1 (0.73%)
  • Passed: 136 (99.27%)
  • Other: 0 (0.00%)
  • Total: 137

Annotations

Check failure on line 235 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-docker-nightly-pr-no-cache

Build log #L235

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.DotNet.Docker.Tests.TestDataTests.VerifyTestData(imageRepo: Aspire_Dashboard)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-docker-nightly-pr-no-cache

Microsoft.DotNet.Docker.Tests.TestDataTests.VerifyTestData(imageRepo: Aspire_Dashboard)

Shouldly.ShouldAssertException : manifestTagsByPlatform
    should satisfy all the conditions specified, but does not.
The following errors were found ...
--------------- Error 1 ---------------
    imageTags
        should contain an element satisfying the condition
    value(Microsoft.DotNet.Docker.Tests.TestDataTests+<>c__DisplayClass5_1).CS$<>8__locals1.testDataTags.Contains(tag)
        but does not

    Additional Info:
        Expected one of the following tags to be represented in test data: 13.3.0-amd64, 13.3-amd64, 13-amd64, 13.3.0, 13.3, 13, latest

--------------- Error 2 ---------------
    imageTags
        should contain an element satisfying the condition
    value(Microsoft.DotNet.Docker.Tests.TestDataTests+<>c__DisplayClass5_1).CS$<>8__locals1.testDataTags.Contains(tag)
        but does not

    Additional Info:
        Expected one of the following tags to be represented in test data: 13.3.0-arm64v8, 13.3-arm64v8, 13-arm64v8, 13.3.0, 13.3, 13, latest

-----------------------------------------
Raw output
   at Microsoft.DotNet.Docker.Tests.TestDataTests.VerifyTestData(DotNetImageRepo imageRepo) in /repo/tests/Microsoft.DotNet.Docker.Tests/TestDataTests.cs:line 77
   at InvokeStub_TestDataTests.VerifyTestData(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)