1 implementation of IDeploymentStatusService
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\OneDeployStatusService.cs (1)
9internal class OneDeployStatusService(ITaskLogger? taskLogger = null) : IDeploymentStatusService<DeploymentResponse>
1 reference to IDeploymentStatusService
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\OneDeploy.cs (1)
84IDeploymentStatusService<DeploymentResponse> deploymentStatusService,