Skip to content

Commit 5765e9d

Browse files
committed
test 3
1 parent fc3b0a8 commit 5765e9d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.azure-pipelines/batch-generation.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,12 @@ stages:
388388
steps:
389389
- checkout: none
390390

391+
- task: DownloadPipelineArtifact@2
392+
inputs:
393+
artifact: collect
394+
path: $(Build.SourcesDirectory)/artifacts
395+
displayName: 'Download collected artifact to artifacts folder'
396+
391397
- task: UseDotNet@2
392398
displayName: 'Use .NET SDK for Test'
393399
inputs:
@@ -402,7 +408,7 @@ stages:
402408
pwsh: true
403409
script: |
404410
$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)"
406412
407413
# - job: test_linux
408414
# displayName: "Test Linux:"

0 commit comments

Comments
 (0)