Merge pull request 'Updated pipeline to use major version with minor always 0' (#5) from develop into master
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ steps:
|
||||
NEXUS_KEY:
|
||||
from_secret: nexus_api_key
|
||||
NEXUS_URL: https://nexus.khongisa.co.za/repository/nuget-hosted/
|
||||
VERSION: 1.${DRONE_BUILD_NUMBER}
|
||||
VERSION: 1.${DRONE_BUILD_NUMBER}.0
|
||||
commands:
|
||||
# Abstractions
|
||||
- dotnet pack LiteCharms.Abstractions/LiteCharms.Abstractions.csproj -c Release -p:PackageVersion=$VERSION -o dist/
|
||||
|
||||
Reference in New Issue
Block a user