CI: Enable useConfigFile for GitVersion
This commit is contained in:
parent
e621cd8222
commit
d769866cec
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -28,6 +28,9 @@ jobs:
|
||||
- name: Determine Version
|
||||
id: gitversion
|
||||
uses: gittools/actions/gitversion/execute@v3
|
||||
with:
|
||||
useConfigFile: true
|
||||
configFilePath: GitVersion.yml
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
Loading…
Reference in New Issue
Block a user