We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4147bc3 commit 25a61cbCopy full SHA for 25a61cb
.github/actions/compile/action.yml
@@ -69,7 +69,7 @@ runs:
69
- name: Restore Mod Solution
70
shell: bash
71
working-directory: ${{ inputs.working-directory }}
72
- run: dotnet restore ${{ inputs.solution-file-path }} -Verbosity detailed
+ run: dotnet restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:diagnostic' }}
73
74
- name: Build Mod Solution
75
0 commit comments