4 references to Project
Aspire.Hosting.Azure.Tests (4)
AzureDeployerTests.cs (4)
400
var api = builder.AddProject<
Project
>("api", launchProfileName: null);
494
var apiService = builder.AddProject<
Project
>("api-service", launchProfileName: null).WithComputeEnvironment(aasEnv);
1054
builder.AddProject<
Project
>("api", launchProfileName: null)
1139
builder.AddProject<
Project
>("api", launchProfileName: null)