Skip to content

Commit 653d94d

Browse files
committed
mac VS
1 parent 97db210 commit 653d94d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/artifacts/nuget/consume.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,19 @@ To set up Visual Studio to access your feed as a package source, we must first g
3737

3838
:::image type="content" source="../media/vs-addsource.png" alt-text="Screenshot showing how to add a new package source in Visual Studio - Windows":::
3939

40-
#### [macOS](#tab/macOS/)
40+
#### [Mac](#tab/macOS/)
4141

4242
1. Create a new [personal access token](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md).
4343

44-
1. Open visual studio, and then select **Preferences** from the menu bar.
44+
1. Open Visual Studio for Mac, and then navigate to **Visual Studio** > **Preferences**.
4545

46-
1. Select **NuGet**, and then select **Sources**.
46+
1. Select **NuGet** > **Sources**, and then select **Add** to set up a new source.
4747

48-
1. Select **Add**, and then enter your feed's **Name**, the **Source** URL you copied in the previous step, a userName (any string), and your personal access token. Select **OK** when you're done.
48+
1. Provide a **Name** for your new source and enter the source URL in the **Location** field. For **UserName**, you can enter any string, and for **Password**, paste the personal access token you created earlier. Select **OK** when you're done.
4949

50-
1. If you enabled upstream sources in your feed, clear the **nuget.org** checkbox.
50+
1. If you have upstream sources enabled in your feed, clear the **nuget.org** checkbox.
5151

52-
1. Select **OK** when you're done.
53-
54-
:::image type="content" source="../media/vs-mac-settings.png" alt-text="A screenshot showing how to add a new package source in Visual Studio - macOS.":::
52+
1. Select **Add Source** when you're done.
5553

5654
---
5755

0 commit comments

Comments
 (0)