You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/artifacts/package-badges.md
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,43 +22,55 @@ One way to make your packages more discoverable is by using package badges; smal
22
22
|--------------------|----------------------|
23
23
|**Azure DevOps**| - An Azure DevOps [organization](../organizations/accounts/create-organization.md).<br>- An Azure DevOps [project](../organizations/projects/create-project.md).<br> - An [Azure Artifacts feed](start-using-azure-artifacts.md#create-a-new-feed). |
24
24
25
-
## Enable package sharing
25
+
## Enable package badges
26
26
27
27
> [!NOTE]
28
-
> You must be a feed administrator to enable package sharing.
28
+
> You must be a **Feed Administrator** to enable package badges. See [Manage permissions](/feeds/feed-permissions.md) for more details.
29
+
30
+
Before you can start using package badges, you must first enable them in your feed settings:
29
31
30
32
::: moniker range="<=azure-devops"
31
33
32
-
1. Select **Artifacts**, and then select your feed from the dropdown menu. Select the gear icon  to access the **Feed settings**.
34
+
1. Sign in to your Azure DevOps organization, and then navigate to your project.
35
+
36
+
1. Select **Artifacts**, select your feed from the dropdown menu, and then select the gear icon  to access **Feed settings**.
33
37
34
-
:::image type="content" source="media/feed-settings.png" alt-text="A screenshot showing how to navigate to the feed settings":::
38
+
:::image type="content" source="media/feed-settings.png" alt-text="A screenshot displaying how to navigate to feed settings":::
35
39
36
-
1.Find the **Package sharing** section and select the checkbox to **Enable package badges**.
40
+
1.Under **Feed Details**, find the **Package sharing** section and check the **Enable package badges** checkbox.
37
41
38
-
:::image type="content" source="media\enable-package-badges.png" alt-text="A screenshot showing how to enable package badges":::
42
+
:::image type="content" source="media\enable-package-badges.png" alt-text="A screenshot displaying how to enable package badges in Azure Artifacts.":::
43
+
44
+
1. Select **Save** when you're done.
39
45
40
46
::: moniker-end
41
47
42
48
## Create a package badge
43
49
44
-
With package-sharing enabled, you can create a badge for any package in your feed. But you can only create a badge for the latest version of each package.
50
+
With packagesharing enabled, you can now create a badge for any package in your feed. However, keep in mind that you can only create a badge for the latest version of each package.
45
51
46
52
::: moniker range="<=azure-devops"
47
53
48
-
1. From within your feed, select your package and then select **Create badge**.
54
+
1. Sign in to your Azure DevOps organization, and then navigate to your project.
55
+
56
+
1. Select **Artifacts**, select your feed from the dropdown menu, then select the package you want to create a badge for.
57
+
58
+
1. Under **Overview**, select the ellipsis button, and then select **Create badge**.
49
59
50
60
:::image type="content" source="media/create-badge-new-ui.png" alt-text="A screenshot showing how to create a new package badge.":::
51
61
52
62
1. Select a **Feed view** for your package badge. If you're using release views, select the view that contains the packages you want to share.
53
63
54
64
:::image type="content" source="media/package-badge-setup.png" alt-text="A screenshot showing the create a package badge panel.":::
55
65
56
-
1. You can now share your package by using the Markdown snippet or the direct image link.
66
+
1. You can now share your package by copying the Markdown snippet or the direct image link, and pasting it into your project home page or any markdowm file.
57
67
58
68
::: moniker-end
59
69
60
-
## Related articles
70
+
## Related content
71
+
72
+
-[Follow a package for publish alerts](how-to/follow-package-notifications.md)
73
+
74
+
-[Limits on package sizes and counts](reference/limits.md)
61
75
62
-
-[Limits of package sizes and counts](./reference/limits.md)
0 commit comments