Skip to content

Commit c4360e8

Browse files
committed
test 3
1 parent fc3b0a8 commit c4360e8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.azure-pipelines/batch-generation.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ stages:
318318
steps:
319319
- checkout: self
320320
fetchDepth: 1
321-
sparseCheckoutDirectories: tools/ .azure-pipelines/
322321
fetchTags: false
323322

324323
- task: DownloadPipelineArtifact@2
@@ -388,6 +387,12 @@ stages:
388387
steps:
389388
- checkout: none
390389

390+
- task: DownloadPipelineArtifact@2
391+
inputs:
392+
artifact: collect
393+
path: $(Build.SourcesDirectory)/artifacts
394+
displayName: 'Download collected artifact to artifacts folder'
395+
391396
- task: UseDotNet@2
392397
displayName: 'Use .NET SDK for Test'
393398
inputs:
@@ -402,7 +407,7 @@ stages:
402407
pwsh: true
403408
script: |
404409
$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)"
406411
407412
# - job: test_linux
408413
# displayName: "Test Linux:"

0 commit comments

Comments
 (0)