build: set the build version while packaging
This commit is contained in:
parent
1d6d7d4ec3
commit
678bfc8564
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ deploy:
|
||||||
needs: []
|
needs: []
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
- scripts/set-build-version.sh
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- dotnet build
|
- dotnet build
|
||||||
- dotnet pack -c Release
|
- dotnet pack -c Release
|
||||||
|
|
Reference in a new issue