File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -354,29 +354,6 @@ stages:
354
354
inputs :
355
355
pollingTimeoutSec : ' 300'
356
356
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
-
380
357
- job : runJavaBuild
381
358
displayName : ' Java build'
382
359
workspace :
You can’t perform that action at this time.
0 commit comments