fix: using wrong msbuild ver
This commit is contained in:
@@ -15,12 +15,9 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: Setup MSBuild
|
||||
uses: https://github.com/microsoft/setup-msbuild@v2
|
||||
|
||||
- name: Build Minecraft Legacy Console Edition
|
||||
run: |
|
||||
msbuild MinecraftConsoles.sln `
|
||||
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" MinecraftConsoles.sln `
|
||||
/p:Configuration=${{ matrix.configuration }} `
|
||||
/p:Platform=PS3 `
|
||||
/m
|
||||
|
||||
Reference in New Issue
Block a user