From 64c58aa6966f948f9f53df3bd934065497fc47c5 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Sat, 28 Mar 2020 12:46:52 -0400 Subject: [PATCH] skip --- azure-pipelines.rx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.rx.yml b/azure-pipelines.rx.yml index c1aed370ee..be03222160 100644 --- a/azure-pipelines.rx.yml +++ b/azure-pipelines.rx.yml @@ -83,7 +83,7 @@ stages: projects: Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj arguments: -c $(BuildConfiguration) --no-build --no-restore displayName: Run Api Approvals Tests - condition: never() + enabled: false - script: reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Rx.NET/Source/coverlet/reports -reporttypes:"Cobertura" displayName: Create reports