Add support for publishing NuGet packages

This commit is contained in:
Raul Santos
2022-09-09 17:04:56 +02:00
parent 9080ead63c
commit e244d6f9e3
2 changed files with 40 additions and 1 deletions

View File

@@ -42,3 +42,7 @@ export OSX_BUNDLE_ID=""
export APPLE_ID=""
export APPLE_ID_PASSWORD=""
# NuGet source for publishing .NET packages
export NUGET_SOURCE="nuget.org"
# API key for publishing NuGet packages to nuget.org
export NUGET_API_KEY=""