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

Commit f2251fd

Browse files
authored
Merge pull request #587 from rob-foulkrod/patch-583
Update AZ400_M03_L07_Configure_Pipelines_as_Code_with_YAML.md to use task DownloadBuildArtifacts@1
2 parents 1600c62 + 3526404 commit f2251fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M03_L07_Configure_Pipelines_as_Code_with_YAML.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ In this task, you will add continuous delivery to the YAML-based definition of t
201201
1. The snippet of added code should look similar to below:
202202

203203
```yaml
204-
- task: DownloadBuildArtifacts@0
204+
- task: DownloadBuildArtifacts@1
205205
inputs:
206206
buildType: "current"
207207
downloadType: "single"
@@ -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)