Skip to content

[release/8.0.1xx] Use new ACR for registry image #49691

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

Open
wants to merge 3 commits into
base: release/8.0.1xx
Choose a base branch
from

Fix Containers Issue in 8.0.1xx

acb7df6
Select commit
Loading
Failed to load commit list.
Open

[release/8.0.1xx] Use new ACR for registry image #49691

Fix Containers Issue in 8.0.1xx
acb7df6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-sdk-public-ci failed Jul 8, 2025 in 1h 16m 9s

Build #20250708.28 failed

Details

Tests

  • Failed: 0 (0.00%)
  • Passed: 3,508 (95.35%)
  • Other: 171 (4.65%)
  • Total: 3,679

Annotations

Check failure on line 15 in src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerTestsFixture.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerTestsFixture.cs#L15

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerTestsFixture.cs(15,13): error CS4014: (NETCORE_ENGINEERING_TELEMETRY=Build) Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.

Check failure on line 30 in src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerRegistryManager.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerRegistryManager.cs#L30

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerRegistryManager.cs(30,30): error CS1998: (NETCORE_ENGINEERING_TELEMETRY=Build) This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.

Check failure on line 15 in src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerTestsFixture.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerTestsFixture.cs#L15

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerTestsFixture.cs(15,13): error CS4014: (NETCORE_ENGINEERING_TELEMETRY=Build) Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.

Check failure on line 30 in src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerRegistryManager.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerRegistryManager.cs#L30

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerRegistryManager.cs(30,30): error CS1998: (NETCORE_ENGINEERING_TELEMETRY=Build) This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.