Skip to content
Snippets Groups Projects
Commit 34b63ca9 authored by areynold's avatar areynold
Browse files

update nuget packaging docs

parent fc8f2bec
No related branches found
No related tags found
No related merge requests found
Pipeline #33242 failed
......@@ -6,6 +6,15 @@ The DTO project should be repackaged and published with each update to the `Api.
## NuGet Packaging Instructions
Visual Studio 2017 supports creation of NuGet packages from the IDE.
See <https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio> for details.
Publish package to `G:\NuGetFeed\BeckmanComms.Api.DataTransferObjects.{version}`.
### Alternate NuGet Packaging Instructions
The DTO project may also be packaged using NuGet Package Explorer.
0. Install [NuGet Package Explorer](https://chocolatey.org/packages/NugetPackageExplorer).
1. Open `Api.DataTransferObjects.nuspec` in NuGet Package Explorer.
* Expand the **lib** tree in the **Package Contents** pane.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment