From 678bfc85643dd6ba9238ccac0d0307e16678ae71 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Thu, 21 Jan 2021 18:03:54 -0600 Subject: [PATCH] build: set the build version while packaging --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df5b118..62dbee3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ deploy: needs: [] stage: deploy script: + - scripts/set-build-version.sh - dotnet restore - dotnet build - dotnet pack -c Release