[
https://issues.apache.org/jira/browse/IGNITE-18185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-18185:
----------------------------------------
Fix Version/s: 3.2
(was: 3.1)
> .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.2
>
>
> 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)