Skip to content

Commit ae1b97f

Browse files
pavel-mikula-sonarsourcesonartech
authored and
sonartech
committed
NET-776 Public pipeline: Remove .NET ITs
1 parent 2249e84 commit ae1b97f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

azure-pipelines.yml

-23
Original file line numberDiff line numberDiff line change
@@ -354,29 +354,6 @@ stages:
354354
inputs:
355355
pollingTimeoutSec: '300'
356356

357-
- job: runIntegrationTestsJob
358-
displayName: '.NET ITs'
359-
workspace:
360-
clean: all
361-
steps:
362-
- task: DownloadPipelineArtifact@2
363-
displayName: 'Download binaries to test'
364-
inputs:
365-
artifact: Binaries
366-
targetPath: 'analyzers/packaging/binaries/'
367-
368-
- task: NuGetToolInstaller@1
369-
displayName: "Install NuGet"
370-
371-
- task: PowerShell@2
372-
displayName: 'Run ITs'
373-
inputs:
374-
filePath: 'analyzers/its/regression-test.ps1'
375-
workingDirectory: 'analyzers/its'
376-
env:
377-
ARTIFACTORY_USER: $(ARTIFACTORY_PRIVATE_READER_USERNAME)
378-
ARTIFACTORY_PASSWORD: $(ARTIFACTORY_PRIVATE_READER_ACCESS_TOKEN)
379-
380357
- job: runJavaBuild
381358
displayName: 'Java build'
382359
workspace:

0 commit comments

Comments
 (0)