3 references to IsFailedStatus
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\OneDeploy\DeploymentResponse.cs (1)
71
|| response.Status.Value.
IsFailedStatus
();
Tasks\OneDeploy\DeploymentStatus.cs (1)
54
|| status.
IsFailedStatus
();
Microsoft.NET.Sdk.Publish.Tasks.Tests (1)
Tasks\OneDeploy\OneDeployTests.WebJob.cs (1)
173
if (deploymentStatus.
IsFailedStatus
())