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 b1ccf91 commit 7b06f81Copy full SHA for 7b06f81
.github/actions/compile/action.yml
@@ -75,6 +75,6 @@ runs:
75
shell: bash
76
working-directory: ${{ inputs.working-directory }}
77
run: |
78
- dotnet msbuild -m:1 -isolate -p:Configuration=${{ inputs.build-configuration }} \
+ dotnet msbuild -m:1 -p:Configuration=${{ inputs.build-configuration }} \
79
-p:ManagedRelativePath=KSP_x64_Data/Managed ${{ inputs.solution-file-path }} \
80
${{ runner.debug && '-v:detailed' }}
0 commit comments