|
@@ -83,6 +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
|
|
|
+ enabled: false
|
|
|
|
|
|
- script: reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Rx.NET/Source/coverlet/reports -reporttypes:"Cobertura"
|
|
|
displayName: Create reports
|
|
@@ -100,6 +101,11 @@ stages:
|
|
|
- publish: $(Build.ArtifactStagingDirectory)\artifacts
|
|
|
displayName: Publish artifacts
|
|
|
artifact: BuildPackages
|
|
|
+
|
|
|
+ - publish: Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Api
|
|
|
+ displayName: Publish test artifiacts
|
|
|
+ artifact: ApprovalsTests
|
|
|
+ condition: always()
|
|
|
|
|
|
- job: Integration_Linux_Tests
|
|
|
dependsOn: Build
|