We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75b6bf commit 64c58aaCopy full SHA for 64c58aa
azure-pipelines.rx.yml
@@ -83,7 +83,7 @@ stages:
83
projects: Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj
84
arguments: -c $(BuildConfiguration) --no-build --no-restore
85
displayName: Run Api Approvals Tests
86
- condition: never()
+ enabled: false
87
88
- script: reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Rx.NET/Source/coverlet/reports -reporttypes:"Cobertura"
89
displayName: Create reports
0 commit comments