Florian Hockmann created TINKERPOP-2074:
-------------------------------------------
Summary: Ensure that only NuGet packages for the current version
are pushed
Key: TINKERPOP-2074
URL: https://issues.apache.org/jira/browse/TINKERPOP-2074
Project: TinkerPop
Issue Type: Improvement
Components: build-release, dotnet
Reporter: Florian Hockmann
We currently use this command to push the NuGet packages to nuget.org:
{code}
${nugetExe} push Gremlin.Net/bin/Gremlin.Net.*.nupkg [...]{code}
which will push all versions of the package it can find in the
{{Gremlin.Net/bin}} directory. The same applies to the Gremlin.Net.Template.
We should use the exact version here instead to avoid pushing packages for any
other versions by accident.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)