4 references to Project
Aspire.Hosting.Azure.Tests (4)
AzureDeployerTests.cs (4)
406
var api = builder.AddProject<
Project
>("api", launchProfileName: null);
501
var apiService = builder.AddProject<
Project
>("api-service", launchProfileName: null).WithComputeEnvironment(aasEnv);
1063
builder.AddProject<
Project
>("api", launchProfileName: null)
1148
builder.AddProject<
Project
>("api", launchProfileName: null)