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