You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/11/17 13:24:00 UTC

[jira] [Updated] (IGNITE-18185) .NET: Thin 3.0: Automate NuGet publish process

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

Pavel Tupitsyn updated IGNITE-18185:
------------------------------------
    Description: 
Described below is the process to push nupkg/snupkg packages to nuget.org.

*Prerequisites*

* .NET SDK 6 https://dotnet.microsoft.com/en-us/download/dotnet/6.0

*Process*

For every file in *apache-ignite-VER-nuget.zip*:
{code}
dotnet nuget push $FILE --api-key $API_KEY --source "https://nuget.org/"
{code}



  was:
Described below is the process to push nupkg/snupkg packages to nuget.org.

*Prerequisites*

* .NET SDK 6 https://dotnet.microsoft.com/en-us/download/dotnet/6.0

*Process*

For every file in *apache-ignite-{version}-nuget.zip*:
{code}
dotnet nuget push $FILE --api-key $API_KEY --source "https://nuget.org/"
{code}




> .NET: Thin 3.0: Automate NuGet publish process
> ----------------------------------------------
>
>                 Key: IGNITE-18185
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18185
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, ignite-3
>             Fix For: 3.0.0-beta2
>
>
> Described below is the process to push nupkg/snupkg packages to nuget.org.
> *Prerequisites*
> * .NET SDK 6 https://dotnet.microsoft.com/en-us/download/dotnet/6.0
> *Process*
> For every file in *apache-ignite-VER-nuget.zip*:
> {code}
> dotnet nuget push $FILE --api-key $API_KEY --source "https://nuget.org/"
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)