5 references to BuildImageAsync
Aspire.Hosting.Tests (5)
Publishing\PodmanSaveArgumentsTests.cs (5)
165var exception = await Assert.ThrowsAsync<ArgumentException>(() => BuildImageAsync(runtime, options)); 187await BuildImageAsync(runtime, options); 208await BuildImageAsync(runtime, options); 230var exception = await Assert.ThrowsAsync<ProcessFailedException>(() => BuildImageAsync(runtime, options)); 252var exception = await Assert.ThrowsAsync<ProcessFailedException>(() => BuildImageAsync(runtime, options));