Updated drone yml with version suffix
continuous-integration/drone/push Build is passing Details

Xander Sigler 3 years ago
parent 5a750948ea
commit 1a6be9b50d

@ -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

Loading…
Cancel
Save