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 2023/05/22 08:25:00 UTC

[jira] [Assigned] (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 reassigned IGNITE-18185:
---------------------------------------

    Assignee: Pavel Tupitsyn

> .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: build, platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, buid, 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)