build: set the build version while packaging

This commit is contained in:
Dylan R. E. Moonfire 2021-01-21 18:03:54 -06:00
parent 1d6d7d4ec3
commit 678bfc8564

View file

@ -63,6 +63,7 @@ deploy:
needs: []
stage: deploy
script:
- scripts/set-build-version.sh
- dotnet restore
- dotnet build
- dotnet pack -c Release