[jira] [Closed] (TINKERPOP-2074) Ensure that only NuGet packages for the current version are pushed

2018-10-29 Thread stephen mallette (JIRA)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-2074.
---
   Resolution: Fixed
Fix Version/s: 3.2.11

backported fix to tp32 on 767851f670e026711bda1e67660911b9cdf2309c

> 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
>Assignee: Florian Hockmann
>Priority: Minor
> Fix For: 3.4.0, 3.3.5, 3.2.11
>
>
> 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)


[jira] [Closed] (TINKERPOP-2074) Ensure that only NuGet packages for the current version are pushed

2018-10-26 Thread Florian Hockmann (JIRA)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florian Hockmann closed TINKERPOP-2074.
---
   Resolution: Fixed
 Assignee: Florian Hockmann
Fix Version/s: 3.3.5
   3.4.0

> 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
>Assignee: Florian Hockmann
>Priority: Minor
> Fix For: 3.4.0, 3.3.5
>
>
> 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)