Updated drone yml with version suffix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Xander Sigler 2022-01-18 10:42:07 -08:00
parent 5a750948ea
commit 1a6be9b50d

View File

@ -14,7 +14,7 @@ steps:
commands: commands:
- ls - ls
- dotnet build - dotnet build
- dotnet pack -o . - dotnet pack --version-suffix ${DRONE_BUILD_NUMBER} -o .
- ls - ls
- name: finish - name: finish