Update dotnet.yml

This commit is contained in:
Sinai 2021-05-29 17:24:53 +10:00 committed by GitHub
parent 6bf92b9a96
commit fe24b68fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,17 +27,17 @@ jobs:
# Build HarmonyX
- name: Build HarmonyX
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
- name: Build Il2CppAssemblyUnhollower
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
- name: Build mcs
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
- name: Restore NuGet