2 references to BuildIntegrationProjectAsync
aspire (2)
Projects\PrebuiltAppHostServer.cs (2)
798var (exitCode, buildOutput) = await BuildIntegrationProjectAsync(projectFilePath, noRestore: skipRestore, cancellationToken).ConfigureAwait(false); 803(exitCode, buildOutput) = await BuildIntegrationProjectAsync(projectFilePath, noRestore: false, cancellationToken).ConfigureAwait(false);