From fa5295563a27899dd658bc44ed36a25919089dda Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 21 Jan 2019 10:13:00 -0600 Subject: [PATCH] remove testing for now --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a1330ed3..9da918328 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,9 +17,3 @@ steps: docker push $(dockerId)/$(imageName) env: pswd: $(dockerPassword) - - - task: PublishTestResults@2 - condition: succeededOrFailed() - inputs: - testRunner: VSTest -testResultsFiles: "**/*.trx"