From cafd5552b3eddbcf163d311031aa3076a7601ac4 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Fri, 3 Mar 2023 12:01:27 +0100 Subject: [PATCH] Disable integrtation tests --- azure-pipelines.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 025dba1856d..ca18d32ab22 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -346,17 +346,11 @@ stages: vs_release: _configuration: Release _testKind: testVs - inttests_release: - _configuration: Release - _testKind: testIntegration + steps: - checkout: self clean: true - - powershell: eng\SetupVSHive.ps1 - displayName: Setup VS Hive - condition: or(eq(variables['_testKind'], 'testVs'), eq(variables['_testKind'], 'testIntegration')) - - script: eng\CIBuild.cmd -compressallmetadata -configuration $(_configuration) -$(_testKind) displayName: Build / Test - task: PublishTestResults@2