Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 986a175

Browse files
authored
Update AZ400_M03_L07_Configure_Pipelines_as_Code_with_YAML.md
Fixed DownloadBuildArtifacts version in reference
1 parent e17c354 commit 986a175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)