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

Commit ac24746

Browse files
authored
Merge pull request #695 from nntam/patch-2
LAB07 - Fixed issue wrong version DownloadBuildArtifacts
2 parents 684512d + 986a175 commit ac24746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Instructions/Labs/AZ400_M03_L07_Configure_Pipelines_as_Code_with_YAML.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ In this task, you will add continuous delivery to the YAML-based definition of t
295295
pool:
296296
vmImage: 'windows-latest'
297297
steps:
298-
- task: DownloadBuildArtifacts@0
298+
- task: DownloadBuildArtifacts@1
299299
inputs:
300300
buildType: 'current'
301301
downloadType: 'single'

0 commit comments

Comments
 (0)