Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 87045d5

Browse files
committed
fix downloading of artifact
1 parent 7ef6df9 commit 87045d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

yaml/template/runtest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
vmImage: ${{ parameters.vmImageName }}
1010
displayName: ${{ parameters.jobDisplayName }} - Test
1111
steps:
12+
- task: DownloadPipelineArtifact@2
13+
inputs:
14+
artifactName: out
15+
targetPath: '$(Build.SourcesDirectory)/out'
1216
- pwsh: |
1317
Import-Module ./out/Microsoft.PowerShell.TextUtility.psd1
1418
Invoke-Pester -Path ./test

0 commit comments

Comments
 (0)