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