From 93f69f2e01130b35e23bd2a66fdc0161df38a719 Mon Sep 17 00:00:00 2001 From: Sebastian Burckhardt Date: Mon, 26 Nov 2018 09:25:14 -0800 Subject: [PATCH] remove test step from CI for now. --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 89e853d..62ce91a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ steps: platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' -- task: VSTest@2 - inputs: - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)' +# - task: VSTest@2 +# inputs: +# platform: '$(buildPlatform)' +# configuration: '$(buildConfiguration)'