Add a note on release of dotnet CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0048591f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0048591f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0048591f Branch: refs/heads/TINKERPOP-1692 Commit: 0048591f160013e9e8e851e48dda0decd0efee5a Parents: e7c4cc0 Author: Stephen Mallette <sp...@genoprime.com> Authored: Fri Aug 25 14:47:21 2017 -0400 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Fri Aug 25 14:47:21 2017 -0400 ---------------------------------------------------------------------- gremlin-dotnet/src/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0048591f/gremlin-dotnet/src/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/src/pom.xml b/gremlin-dotnet/src/pom.xml index ec3f399..7588d2c 100644 --- a/gremlin-dotnet/src/pom.xml +++ b/gremlin-dotnet/src/pom.xml @@ -150,6 +150,9 @@ limitations under the License. <!-- until https://github.com/NuGet/Home/issues/4095 we have to have to specify the "ConfigFile" option to nuget. + + Currently set to staging as we don't have an official release yet. For release + candidates set to https://www.nuget.org/api/v2/package --> <exec dir="Gremlin.Net/bin" executable="mono" failonerror="true"> <arg line="nuget.exe push Gremlin.Net.*.nupkg -Source https://staging.nuget.org/api/v2/package -ConfigFile ${user.home}/.config/NuGet/NuGet.Config"/>