1 implementation of PollDeploymentAsync
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\OneDeployStatusService.cs (1)
19public async Task<DeploymentResponse?> PollDeploymentAsync(
2 references to PollDeploymentAsync
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\OneDeploy.cs (1)
137var deploymentResponse = await deploymentStatusService.PollDeploymentAsync(httpClient, deploymentUrl, username, password, userAgent, cancellationToken);
Microsoft.NET.Sdk.Publish.Tasks.Tests (1)
Tasks\OneDeploy\OneDeployTests.cs (1)
348.Setup(s => s.PollDeploymentAsync(httpClient, DeploymentUrl, Username, NotShareableValue, $"{UserAgentName}/8.0", It.IsAny<CancellationToken>()))