Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 689 Bytes

publish.md

File metadata and controls

33 lines (21 loc) · 689 Bytes

Publish archives

Java archives (jar files)

Publish jar archives to Sonatype (Maven Central Repository)

Publish to staging:

./gradlew publishToSonatype

Publish to staging, close, and release:

./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository

.Net archives (Nuget)

Enter the release folder:

cd bot-api\dotnet\Robocode.TankRoyale.BotApi\bin\Release

Publish to Nuget:

Note: «version» and «nuget api key» must be prefilled with Robocode version and Nuget API key.

dotnet nuget push robocode.tankroyale.botapi.«version».nupkg --api-key «nuget api key» --source https://api.nuget.org/v3/index.json