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

Commit 3526404

Browse files
authored
catching second DownloadBuildArtifacts@1
1 parent 7335660 commit 3526404

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
@@ -390,7 +390,7 @@ YAML Pipelines as Code don't have Release/Quality Gates as we have with Azure De
390390
runOnce:
391391
deploy:
392392
steps:
393-
- task: DownloadBuildArtifacts@0
393+
- task: DownloadBuildArtifacts@1
394394
inputs:
395395
buildType: "current"
396396
downloadType: "single"

0 commit comments

Comments
 (0)