3 references to DeploymentUrl
Microsoft.NET.Sdk.Publish.Tasks.Tests (3)
Tasks\OneDeploy\OneDeployTests.cs (3)
24
private const string DeploymentLogUrl = $@"{
DeploymentUrl
}/log";
299
string deployLocationHeader =
DeploymentUrl
)
348
.Setup(s => s.PollDeploymentAsync(httpClient,
DeploymentUrl
, Username, NotShareableValue, $"{UserAgentName}/8.0", It.IsAny<CancellationToken>()))