switch from minver to gitversion

This commit is contained in:
Adam Hathcock
2024-07-12 15:15:19 +01:00
parent db88dbe6d0
commit b23e91651c
16 changed files with 42 additions and 59 deletions
+3
View File
@@ -19,6 +19,9 @@ jobs:
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
- name: ⚒️ Run GitVersion
run: ./build.ps1 build-server-version
- name: 🔫 Build All
run: ./build.sh
+3 -2
View File
@@ -23,8 +23,9 @@ jobs:
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: ⚒️ Run GitVersion
run: ./build.ps1 build-server-version
- name: 🔫 Build and Pack
run: ./build.sh pack