4 references to RunAzureCliAsync
Aspire.Deployment.EndToEnd.Tests (4)
AcaExpressDeploymentTests.cs (4)
65
Assert.Equal("false", (await
RunAzureCliAsync
(
395
if ((await
RunAzureCliAsync
(existsArguments, timeout.Token)).Trim() == "false")
400
await
RunAzureCliAsync
(
403
Assert.Equal("false", (await
RunAzureCliAsync
(existsArguments, timeout.Token)).Trim());