Browse Source

gitversion diags

Tigger Kindel 1 year ago
parent
commit
7a0a80d4f9
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .github/workflows/publish.yml

+ 6 - 1
.github/workflows/publish.yml

@@ -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