File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -388,6 +388,12 @@ stages:
388
388
steps :
389
389
- checkout : none
390
390
391
+ - task : DownloadPipelineArtifact@2
392
+ inputs :
393
+ artifact : collect
394
+ path : $(Build.SourcesDirectory)/artifacts
395
+ displayName : ' Download collected artifact to artifacts folder'
396
+
391
397
- task : UseDotNet@2
392
398
displayName : ' Use .NET SDK for Test'
393
399
inputs :
@@ -402,7 +408,7 @@ stages:
402
408
pwsh : true
403
409
script : |
404
410
$testModulesPath = Join-Path "$(Build.SourcesDirectory)" '.azure-pipelines' 'PipelineSteps' 'BatchGeneration' 'test-modules.ps1'
405
- & $testModulesPath -MatrixKey "$(MatrixKey)" -Target "$(Target)" - TestEnvName 'Windows' -RepoRoot "$(Build.SourcesDirectory)" -ArtifactRoot "$(Build.ArtifactStagingDirectory )"
411
+ & $testModulesPath -MatrixKey "$(MatrixKey)" -TestEnvName 'Windows' -RepoRoot "$(Build.SourcesDirectory)"
406
412
407
413
# - job: test_linux
408
414
# displayName: "Test Linux:"
You can’t perform that action at this time.
0 commit comments