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 774d077 commit 5410ef1Copy full SHA for 5410ef1
.github/actions/compile/action.yml
@@ -76,5 +76,5 @@ runs:
76
working-directory: ${{ inputs.working-directory }}
77
run: >
78
dotnet msbuild -m:1 -p:Configuration=${{ inputs.build-configuration }}
79
- -p:ManagedRelativePath=KSP_x64_Data/Managed ${{ inputs.solution-file-path }}
+ -p:KSPBT_ManagedRelativePath=KSP_x64_Data/Managed ${{ inputs.solution-file-path }}
80
${{ runner.debug && '-v:diagnostic' }}
0 commit comments