Skip to content

Commit 969fd46

Browse files
Merge pull request #8093 from MicrosoftDocs/artifacts/446693
universal packages endpoint
2 parents d215b79 + 4fdb961 commit 969fd46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/artifacts/quickstarts/download-universal-packages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Make sure you have set up authentication, and then run the following command to
6363
az artifacts universal download --organization https://dev.azure.com/<YOUR_ORGANIZATION_NAME> --feed <FEED_NAME> --name <PACKAGE_NAME> --version <PACKAGE_VERSION> --path <DOWNLOAD_PATH>
6464
```
6565
66+
> [!NOTE]
67+
> Azure Artifacts does not support a direct API endpoint to download Universal Packages. You must use the Azure CLI to download the package.
68+
6669
## Download specific files
6770
6871
To download only specific files, use the `--file-filter` parameter to fetch only the specified subset of files. See [File matching patterns reference](../../pipelines/tasks/file-matching-patterns.md) for more details.

0 commit comments

Comments
 (0)