File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,6 @@ stages:
318
318
steps :
319
319
- checkout : self
320
320
fetchDepth : 1
321
- sparseCheckoutDirectories : tools/ .azure-pipelines/
322
321
fetchTags : false
323
322
324
323
- task : DownloadPipelineArtifact@2
@@ -388,6 +387,12 @@ stages:
388
387
steps :
389
388
- checkout : none
390
389
390
+ - task : DownloadPipelineArtifact@2
391
+ inputs :
392
+ artifact : collect
393
+ path : $(Build.SourcesDirectory)/artifacts
394
+ displayName : ' Download collected artifact to artifacts folder'
395
+
391
396
- task : UseDotNet@2
392
397
displayName : ' Use .NET SDK for Test'
393
398
inputs :
@@ -402,7 +407,7 @@ stages:
402
407
pwsh : true
403
408
script : |
404
409
$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 )"
410
+ & $testModulesPath -MatrixKey "$(MatrixKey)" -TestEnvName 'Windows' -RepoRoot "$(Build.SourcesDirectory)"
406
411
407
412
# - job: test_linux
408
413
# displayName: "Test Linux:"
You can’t perform that action at this time.
0 commit comments