[ 
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}

The API_KEY can be found at 
https://svn.apache.org/repos/private/pmc/ignite/credentials/nuget.org (PMC 
only, requires Apache credentials).

  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-VER-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}
> The API_KEY can be found at 
> https://svn.apache.org/repos/private/pmc/ignite/credentials/nuget.org (PMC 
> only, requires Apache credentials).



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

Reply via email to