Skip to content

Commit c21612b

Browse files
authored
Merge pull request #7978 from MicrosoftDocs/artifacts/434133
update/fix monikers
2 parents eed83b7 + 1583365 commit c21612b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+99
-99
lines changed

docs/artifacts/artifacts-key-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Understand the key concepts in Azure Artifacts.
44
ms.service: azure-devops-artifacts
55
ms.topic: conceptual
66
ms.date: 02/12/2025
7-
monikerRange: '<= azure-devops'
7+
monikerRange: '>= azure-devops-2020'
88
"recommendations": "true"
99
---
1010

1111
# Azure Artifacts key concepts
1212

13-
[!INCLUDE [version-lt-eq-azure-devops](../includes/version-lt-eq-azure-devops.md)]
13+
[!INCLUDE [version-gt-eq-2020](../includes/version-gt-eq-2020.md)]
1414

1515
Azure Artifacts enable developers to host and share various types of packages to streamline collaboration and package distribution. This article covers the key concepts when working with Azure Artifacts.
1616

docs/artifacts/concepts/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.service: azure-devops-artifacts
55
ms.topic: conceptual
66
ms.date: 03/11/2025
77
ms.custom: engagement-fy23
8-
monikerRange: '<= azure-devops'
8+
monikerRange: '>= azure-devops-2020'
99
"recommendations": "true"
1010
---
1111

1212
# Azure Artifacts best practices
1313

14-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
14+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1515

1616
Managing software packages can be a complex and time-consuming process, particularly when working with large-scale projects. Azure Artifacts provides a reliable package management solution that streamlines workflows and enhances team collaboration.
1717

docs/artifacts/concepts/feeds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ ms.custom: peer-review-program
66
ms.service: azure-devops-artifacts
77
ms.topic: conceptual
88
ms.date: 06/03/2024
9-
monikerRange: '<= azure-devops'
9+
monikerRange: '>= azure-devops-2020'
1010
---
1111

1212
# What are Azure Artifacts feeds?
1313

14-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
14+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1515

1616
Azure Artifacts feeds are organizational constructs that allow you to store, manage, and share your packages while controlling access. Feeds are not limited to specific package types; you can store various types, such as npm, NuGet, Maven, and Python packages, in a single feed.
1717

docs/artifacts/concepts/package-graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.assetid: 3f273ac7-3c2e-47d0-b333-3ca44c19bbf4
55
ms.service: azure-devops-artifacts
66
ms.topic: quickstart
77
ms.reviewer: amullans
8-
monikerRange: '<= azure-devops'
8+
monikerRange: '>= azure-devops-2020'
99
ms.date: 07/21/2023
1010
---
1111

1212
# Package graphs in Azure Artifacts
1313

14-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
14+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1515

1616
When releasing a package, it's crucial to ensure that all dependencies of that package are available in your feed by consuming them from an upstream source. Once you consume a package from an upstream source, a copy is saved to your feed. This ensures that even if the upstream source becomes inaccessible, your copy will continue to be available to both you and your feed consumers.
1717

docs/artifacts/concepts/symbols.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.service: azure-devops-artifacts
55
ms.topic: conceptual
66
ms.assetid: 6D0F0D86-2ADC-4902-AFA7-98F7EF78EE07
77
ms.date: 07/15/2021
8-
monikerRange: '<= azure-devops'
8+
monikerRange: '>= azure-devops-2020'
99
"recommendations": "true"
1010
---
1111

1212
# Symbols overview
1313

14-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
14+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1515

1616
To debug compiled executables from native languages like C and C++, you need symbol files that contain mapping information to the source code. These files are created from source code during compilation and generally have the PDB (program database) extension. Azure Artifacts offers a dedicated symbols server to publish your symbols.
1717

docs/artifacts/concepts/upstream-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ monikerRange: 'azure-devops'
1111

1212
# Safeguard against malicious public packages
1313

14-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
14+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1515

1616
With Azure Artifacts upstream sources, developers gain the convenience of using a unified feed to both publish and consume packages from Artifact feeds and popular public registries like NuGet.org or npmjs.com.
1717

docs/artifacts/concepts/upstream-sources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.assetid: 7cb70122-7c5b-46c1-b07e-1382cfc7d62b
55
ms.service: azure-devops-artifacts
66
ms.topic: overview
77
ms.date: 03/05/2025
8-
monikerRange: '<= azure-devops'
8+
monikerRange: '>= azure-devops-2020'
99
"recommendations": "true"
1010
---
1111

1212
# What are upstream sources?
1313

14-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
14+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1515

1616
Azure Artifacts upstream sources enable developers to conveniently store packages from various sources in a single feed, including those you publish and those installed from external feeds or public registries like NuGet.org, npmjs.com. Once upstream sources are enabled, any package installed from an upstream source is automatically saved to your feed.
1717

docs/artifacts/concepts/views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.assetid: 28527A09-8025-4615-A746-9D213CF8202C
55
ms.service: azure-devops-artifacts
66
ms.topic: conceptual
77
ms.date: 04/07/2022
8-
monikerRange: '<= azure-devops'
8+
monikerRange: '>= azure-devops-2020'
99
"recommendations": "true"
1010
---
1111

1212
# What are feed views?
1313

14-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
14+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1515

1616
Feed views enable developers to share a subset of package-versions with their consumers. A common use of feed views is to share package versions that have been tested and validated but hold back on packages that are still under development and/or didn't meet a certain quality bar.
1717

docs/artifacts/feeds/feed-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.assetid: 70313C3C-2E52-4FFC-94C2-41F1E37C9D26
55
ms.service: azure-devops-artifacts
66
ms.topic: conceptual
77
ms.date: 03/15/2024
8-
monikerRange: '<= azure-devops'
8+
monikerRange: '>= azure-devops-2020'
99
"recommendations": "true"
1010
---
1111

1212
# Manage permissions
1313

14-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
14+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1515

1616
Azure Artifacts enables you to publish, consume, and store various types of packages in your feed. By configuring permissions for your feed, you can manage access to your packages and control who can interact with them.
1717

docs/artifacts/feeds/project-scoped-feeds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Learn the differences between project-scoped and organization-scope
44
ms.service: azure-devops-artifacts
55
ms.topic: conceptual
66
ms.date: 10/24/2024
7-
monikerRange: '<= azure-devops'
7+
monikerRange: '>= azure-devops-2020'
88
"recommendations": "true"
99
---
1010

1111
# Feed scopes: Project vs organization feeds
1212

13-
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
13+
[!INCLUDE [version-gt-eq-2020](../../includes/version-gt-eq-2020.md)]
1414

1515
Azure Artifacts enables developers to manage their dependencies from a single feed. A feed acts as an organizational space to host various types of packages, giving you control over who can access it, whether it's team members within your organization or even public users.
1616

0 commit comments

Comments
 (0)