Skip to content

Commit f518095

Browse files
authored
Change StartAndPopulateDockerRegistry to synchronous
1 parent acb7df6 commit f518095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class DockerRegistryManager
2727
private static string RegistryImageToUse => SDK_AzureContainerRegistryImage;
2828

2929

30-
public static async Task StartAndPopulateDockerRegistry(ITestOutputHelper testOutput)
30+
public static void StartAndPopulateDockerRegistry(ITestOutputHelper testOutput)
3131
{
3232
using TestLoggerFactory loggerFactory = new(testOutput);
3333

0 commit comments

Comments
 (0)