4 references to Project
Aspire.Hosting.Azure.Tests (4)
AzureDeployerTests.cs (4)
407
var api = builder.AddProject<
Project
>("api", launchProfileName: null);
502
var apiService = builder.AddProject<
Project
>("api-service", launchProfileName: null).WithComputeEnvironment(aasEnv);
1067
builder.AddProject<
Project
>("api", launchProfileName: null)
1152
builder.AddProject<
Project
>("api", launchProfileName: null)