diff --git a/SliceTests/SliceTests.csproj b/SliceTests/SliceTests.csproj index ec2316c..6a8f102 100644 --- a/SliceTests/SliceTests.csproj +++ b/SliceTests/SliceTests.csproj @@ -11,12 +11,12 @@ - - - - - - + + + + + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0d0b6f4..910e069 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,6 +37,7 @@ jobs: - task: DotNetCoreCLI@2 displayName: Test + retryCountOnTaskFailure: 2 inputs: command: test projects: '**/*Tests/*Tests.csproj'