Skip to content

Commit

Permalink
gitversion diags
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Aug 28, 2023
1 parent a8ac0d9 commit 7a0a80d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
- name: Determine Version
uses: gittools/actions/gitversion/execute@v0
with:
useConfigFile: true
useConfigFile: true
additionalArguments: |
'/showConfig'
'/diag'
'/verbosity Verbose'
id: gitversion # step id used as reference for output values

- name: Setup dotnet
Expand Down

0 comments on commit 7a0a80d

Please sign in to comment.