Updated pipeline to use major versions only #4

Merged
khwezi merged 1 commits from develop into master 2026-05-09 11:56:20 +02:00
+1 -1
View File
@@ -16,7 +16,7 @@ steps:
NEXUS_KEY: NEXUS_KEY:
from_secret: nexus_api_key from_secret: nexus_api_key
NEXUS_URL: https://nexus.khongisa.co.za/repository/nuget-hosted/ NEXUS_URL: https://nexus.khongisa.co.za/repository/nuget-hosted/
VERSION: 1.0.${DRONE_BUILD_NUMBER} VERSION: 1.${DRONE_BUILD_NUMBER}
commands: commands:
# Abstractions # Abstractions
- dotnet pack LiteCharms.Abstractions/LiteCharms.Abstractions.csproj -c Release -p:PackageVersion=$VERSION -o dist/ - dotnet pack LiteCharms.Abstractions/LiteCharms.Abstractions.csproj -c Release -p:PackageVersion=$VERSION -o dist/