From 1a6be9b50d2a65c2af9dc29c39ca84202aa2e0cb Mon Sep 17 00:00:00 2001 From: Xander Sigler Date: Tue, 18 Jan 2022 10:42:07 -0800 Subject: [PATCH] Updated drone yml with version suffix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0a5a26f..917fb4b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: commands: - ls - dotnet build - - dotnet pack -o . + - dotnet pack --version-suffix ${DRONE_BUILD_NUMBER} -o . - ls - name: finish