diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe9aae97..2a316c79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,4 +22,4 @@ jobs: - run: echo "::add-path::$(vs where preview --prop=InstallationPath)\MSBuild\Current\Bin" - run: msbuild -r - run: msbuild -t:test - - run: msbuild -t:pack -p:version=42.42.42-$(git name-rev --name-only --refs=refs/heads/* HEAD).$(git rev-list --count --all) \ No newline at end of file + - run: msbuild -t:pack -p:version=42.42.42-$(git name-rev --name-only --refs=refs/heads/* HEAD).$(git rev-list --count a12adfe..HEAD) \ No newline at end of file