Fixes #1741. Use gitversion instead of minver (#1746)

This commit is contained in:
Tig Kindel
2022-05-26 16:36:50 -07:00
committed by GitHub
parent cc04bb37f5
commit a95e06c15d
13 changed files with 162 additions and 166 deletions

View File

@@ -22,8 +22,8 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Build Debug
run: dotnet build --configuration Debug --no-restore
- name: Test
run: |