1 implementation of PollDeploymentAsync
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\OneDeployStatusService.cs (1)
19public async Task<DeploymentResponse?> PollDeploymentAsync(
1 reference to PollDeploymentAsync
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\OneDeploy.cs (1)
137var deploymentResponse = await deploymentStatusService.PollDeploymentAsync(httpClient, deploymentUrl, username, password, userAgent, cancellationToken);