[release/8.0.1xx] Use new ACR for registry image #49691
Open
Azure Pipelines / dotnet-sdk-public-ci
failed
Jul 8, 2025 in 1h 16m 9s
Build #20250708.28 failed
Details
- Failed: 0 (0.00%)
- Passed: 3,508 (95.35%)
- Other: 171 (4.65%)
- Total: 3,679
Annotations
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.
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.
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.
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.
Loading