From d769866cec084fdc1f60d93b08440f4252889286 Mon Sep 17 00:00:00 2001 From: Scott Hanselman Date: Wed, 28 Jan 2026 20:17:40 -0800 Subject: [PATCH] CI: Enable useConfigFile for GitVersion --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e10ab5..8143da8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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