From ae1b97fe51bfe67f25cf637b9081168aaee982b1 Mon Sep 17 00:00:00 2001 From: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:38:30 +0100 Subject: [PATCH] NET-776 Public pipeline: Remove .NET ITs --- azure-pipelines.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6323ffb248..79d2380272a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -354,29 +354,6 @@ stages: inputs: pollingTimeoutSec: '300' - - job: runIntegrationTestsJob - displayName: '.NET ITs' - workspace: - clean: all - steps: - - task: DownloadPipelineArtifact@2 - displayName: 'Download binaries to test' - inputs: - artifact: Binaries - targetPath: 'analyzers/packaging/binaries/' - - - task: NuGetToolInstaller@1 - displayName: "Install NuGet" - - - task: PowerShell@2 - displayName: 'Run ITs' - inputs: - filePath: 'analyzers/its/regression-test.ps1' - workingDirectory: 'analyzers/its' - env: - ARTIFACTORY_USER: $(ARTIFACTORY_PRIVATE_READER_USERNAME) - ARTIFACTORY_PASSWORD: $(ARTIFACTORY_PRIVATE_READER_ACCESS_TOKEN) - - job: runJavaBuild displayName: 'Java build' workspace: