Skip to content

Commit 627c7bd

Browse files
authored
compile: try removing dotnet from msbuild command line
1 parent f5fc789 commit 627c7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ runs:
7474
shell: bash
7575
working-directory: ${{ github.workspace }}
7676
run: |
77-
dotnet msbuild -p:Configuration=${{ inputs.build-configuration }} \
77+
msbuild -p:Configuration=${{ inputs.build-configuration }} \
7878
-p:ManagedRelativePath=KSP_x64_Data/Managed ${{ inputs.solution-file-path }} \
7979
${{ runner.debug && '-v:detailed' }}

0 commit comments

Comments
 (0)