Skip to content

Commit

Permalink
Changed the format of the git version tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 12, 2023
1 parent 35a8dfa commit 1d8851e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Restore Dotnet Tools
run: dotnet tool restore
- name: Run Git Version
run: dotnet-gitversion
run: |
dotnet gitversion
echo Semantic Version: ${GitVersion_SemVer}
- name: Build
run: dotnet build ${Solution_Path}
- name: Execute unit tests
Expand Down

0 comments on commit 1d8851e

Please sign in to comment.