From d789f3f9874d6cd0dba85636288a6357b17e6230 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds <areynold@illinois.edu> Date: Thu, 26 Apr 2018 15:03:54 -0500 Subject: [PATCH] update publish instructions --- BeckmanComms.Api.DataTransferObjects/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeckmanComms.Api.DataTransferObjects/README.md b/BeckmanComms.Api.DataTransferObjects/README.md index 04ff903..9da8798 100644 --- a/BeckmanComms.Api.DataTransferObjects/README.md +++ b/BeckmanComms.Api.DataTransferObjects/README.md @@ -31,7 +31,7 @@ The DTO project should be repackaged and published with each update to the `Api. 0. In Visual Studio, open your NuGet package sources config (**Tools > Options > NuGet Package Manager > Package Sources**). 1. Click the **+** icon to add a new source with default settings. * In the **Name** field, give the feed a meaningful name (e.g., "Beckman Internal Feed"). - * Use the **...** icon next to the **Source** field to browse to `G:\External Relations\CommsInternalNuGetFeed`. + * Use the **...** icon next to the **Source** field to browse to `G:\NuGetFeed`. 2. Click **Update**. 3. Click **OK**. 4. Search and install NuGet packages as usual. \ No newline at end of file -- GitLab