Skip to content

Commit

Permalink
NET-776 Public pipeline: Remove .NET ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource authored and sonartech committed Nov 28, 2024
1 parent 2249e84 commit ae1b97f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ae1b97f

Please sign in to comment.