Skip to content

Commit

Permalink
Merge pull request #4722 from MicrosoftDocs/user/ramiMSFT/1956717
Browse files Browse the repository at this point in the history
Build artifacts
  • Loading branch information
v-stsavell authored Jun 3, 2022
2 parents 40385ca + 3f992be commit b1dfda3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
10 changes: 10 additions & 0 deletions docs/includes/version-gt-eq-2018.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
ms.topic: include
ms.prod: devops
ms.author: rabououn
author: ramiMSFT
ms.topic: include
ms.date: 06/02/2022
---

**Azure DevOps Services | Azure DevOps Server 2020 | Azure DevOps Server 2019 | TFS 2018**
12 changes: 4 additions & 8 deletions docs/pipelines/tasks/utility/download-build-artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,23 @@ ms.assetid: a433f589-fce1-4460-9ee6-44a624aeb1fb
ms.custom: seodec18
ms.author: ronai
author: RoopeshNair
ms.date: 02/12/2020
monikerRange: 'azure-devops'
ms.date: 06/02/2022
monikerRange: '> tfs-2018'
---

# Download Build Artifacts task

[!INCLUDE [version-eq-azure-devops](../../../includes/version-eq-azure-devops.md)]
[!INCLUDE [version-gt-eq-2018](../../../includes/version-gt-eq-2018.md)]

> [!NOTE]
> We recommend upgrading from **build artifacts** (`PublishBuildArtifacts@1` and `DownloadBuildArtifacts@0`) to **[pipeline artifacts](../../artifacts/pipeline-artifacts.md)** (`PublishPipelineArtifact@1` and `DownloadPipelineArtifact@2`) for faster performance.
> We recommend upgrading from **build artifacts** to **[Pipeline Artifacts](../../artifacts/pipeline-artifacts.md)** for faster performance.
Use this task to download build artifacts.

::: moniker range="> tfs-2018"

## YAML snippet

[!INCLUDE [temp](../includes/yaml/DownloadBuildArtifactsV0.md)]

::: moniker-end

## Arguments

|Argument|Description|
Expand Down

0 comments on commit b1dfda3

Please sign in to comment.