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 9935d48 commit 899869eCopy full SHA for 899869e
1 file changed
.github/actions/compile/action.yml
@@ -77,4 +77,4 @@ runs:
77
run: |
78
dotnet msbuild -p:Configuration=${{ inputs.build-configuration }} \
79
-p:KSPBT_ManagedRelativePath=KSP_x64_Data/Managed ${{ inputs.solution-file-path }} \
80
- ${{ runner.debug && '-v:detailed' }}
+ ${{ runner.debug && '-v:diagnostic' }}
0 commit comments