Skip to content

Commit

Permalink
Fixes nuget artificat file extensions
Browse files Browse the repository at this point in the history
Issue: #29
  • Loading branch information
rheone authored and ahsteele committed Nov 8, 2019
1 parent b413f89 commit eb0a151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The tasks of most concern are as follows:
:``clean``: Cleans the C# portion of the project by removing the various ``obj`` and ``bin`` folders.
:``build_src``: Cleans and builds the C# source.
:``test``: Runs the Gulliver unit tests.
:``pack_debug``: Create a ``Gulliver.nuget`` and ``Gulliver.nuspec`` debug packages.
:``pack_debug``: Create a ``Gulliver.nupkg`` and ``Gulliver.snupkg`` debug packages.

:``build_docs``: Builds the Sphinx Documentation as HTML.

Expand Down

0 comments on commit eb0a151

Please sign in to comment.