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