From cc99260938831124a97f76c627c36ba67c53217c Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:30:39 -0500 Subject: [PATCH] add target path --- .github/workflows/deploy-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-package.yml b/.github/workflows/deploy-package.yml index 3ac24a1a6..ebc7f461c 100644 --- a/.github/workflows/deploy-package.yml +++ b/.github/workflows/deploy-package.yml @@ -8,6 +8,7 @@ name: Deploy NuGet package # - Default: patch increment unless "+semver:" message found # or will use "next-version" if set in config # - Preview numbers auto-increment (e.g., preview.1 -> preview.2) +# - Branches are only tagged with the version after deployments to nuget.org on: push: @@ -113,6 +114,7 @@ jobs: uses: gittools/actions/gitversion/execute@v3 with: useConfigFile: true + targetPath: "$(System.DefaultWorkingDirectory)" configFilePath: src/gitversion.yml updateAssemblyInfo: true