From 46c66446cb9489986f06b769df560210e9d84bee Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Fri, 25 Oct 2024 14:17:57 -0600 Subject: [PATCH] chore: fixing nuget url --- docs/pipelines/commercial-plus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pipelines/commercial-plus.md b/docs/pipelines/commercial-plus.md index 05b5a94..2096456 100644 --- a/docs/pipelines/commercial-plus.md +++ b/docs/pipelines/commercial-plus.md @@ -23,7 +23,7 @@ PRISM_NUGET_API_KEY: The License Key you have generated on https://prismlibrary. Go to your project Settings -> Service connections. Then add a `New service connection` and select `NuGet` then click Next. Be sure to select `Basic Authentication` -Feed URL: `https://nuget.prismlibrary.com` +Feed URL: `https://nuget.prismlibrary.com/v3/index.json` Username: The email of the licensed user Password: The License Key you have generated on https://prismlibrary.com Service connection name: This can be anything. For the sample below you will see we have set this to `Prism`