3 references to ONEDEPLOY_FailedDeployRequest_With_ResponseText
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\OneDeploy.cs (1)
124? string.Format(Resources.ONEDEPLOY_FailedDeployRequest_With_ResponseText, oneDeployPublishUri, response?.StatusCode, responseText)
Microsoft.NET.Sdk.Publish.Tasks.Tests (2)
Tasks\OneDeploy\OneDeployTests.WebJob.cs (2)
58var failedDeployMsg = string.Format(Resources.ONEDEPLOY_FailedDeployRequest_With_ResponseText, publishUri.AbsoluteUri, statusCode, PutErrorResponseMessage); 141taskLoggerMock.Setup(l => l.LogError(string.Format(Resources.ONEDEPLOY_FailedDeployRequest_With_ResponseText, OneDeployUri.AbsoluteUri, HttpStatusCode.BadGateway, PutErrorResponseMessage)));