2 references to PublishedApplication
Microsoft.AspNetCore.Server.IntegrationTesting (2)
ApplicationPublisher.cs (1)
99return Task.FromResult(new PublishedApplication(publishDirectory.FullName, logger));
CachingApplicationPublisher.cs (1)
47return new PublishedApplication(CopyPublishedOutput(publishedApplication, logger), logger);