mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2025-12-31 05:48:35 +03:00
Add support for publishing NuGet packages
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user