Skip to content

Commit

Permalink
/verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
9swampy committed Nov 20, 2024
1 parent 749c23e commit 94d3fe9
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 @@ -65,7 +65,7 @@ jobs:
- name: Run GitVersion
run: |
dotnet-gitversion /showConfig
$str = dotnet-gitversion /updateprojectfiles | out-string
$str = dotnet-gitversion /updateprojectfiles /verbosity verbose | out-string
$json = ConvertFrom-Json $str
$json
$semVer = $json.SemVer
Expand Down

0 comments on commit 94d3fe9

Please sign in to comment.