Skip to content

Commit

Permalink
Use actual commit count since initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 24, 2020
1 parent 05364e8 commit 8c48e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- run: msbuild -t:pack -p:version=42.42.42-$(git name-rev --name-only --refs=refs/heads/* HEAD).$(git rev-list --count a12adfe..HEAD)

0 comments on commit 8c48e87

Please sign in to comment.