mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +08:00
Update dotnet.yml
This commit is contained in:
parent
6bf92b9a96
commit
fe24b68fe2
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@ -27,17 +27,17 @@ jobs:
|
|||||||
# Build HarmonyX
|
# Build HarmonyX
|
||||||
- name: Build HarmonyX
|
- name: Build HarmonyX
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: msbuild lib\HarmonyX\Harmony\Harmony.csproj -t:Rebuild -p:Configuration:Release -p:Platform="Any CPU"
|
run: msbuild lib\HarmonyX\Harmony\Harmony.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release
|
||||||
|
|
||||||
# Build Il2CppAssemblyUnhollower
|
# Build Il2CppAssemblyUnhollower
|
||||||
- name: Build Il2CppAssemblyUnhollower
|
- name: Build Il2CppAssemblyUnhollower
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Rebuild -p:Configuration:Release -p:Platform="Any CPU"
|
run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release
|
||||||
|
|
||||||
# Build mcs
|
# Build mcs
|
||||||
- name: Build mcs
|
- name: Build mcs
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: msbuild lib\mcs-unity\mcs\mcs.csproj -t:Rebuild -p:Configuration:Release -p:Platform="Any CPU"
|
run: msbuild lib\mcs-unity\mcs\mcs.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release
|
||||||
|
|
||||||
# Restore NuGet packages
|
# Restore NuGet packages
|
||||||
- name: Restore NuGet
|
- name: Restore NuGet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user