Update dotnet.yml

This commit is contained in:
Sinai 2021-05-29 17:38:21 +10:00 committed by GitHub
parent 3d6e8fcbf8
commit 185d1aaa0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,12 +27,12 @@ jobs:
# Build Il2CppAssemblyUnhollower # Build Il2CppAssemblyUnhollower
- name: Build Il2CppAssemblyUnhollower - name: Build Il2CppAssemblyUnhollower
shell: cmd shell: cmd
run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -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:Restore -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release run: msbuild lib\mcs-unity\mcs\mcs.csproj -t:Restore -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release
# Restore NuGet packages # Restore NuGet packages
- name: Restore NuGet - name: Restore NuGet
@ -43,39 +43,39 @@ jobs:
- name: Build UnityExplorer BepInEx Il2Cpp - name: Build UnityExplorer BepInEx Il2Cpp
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_BIE_Cpp run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_BIE_Cpp
- name: Build UnityExplorer BepInEx 5 Mono - name: Build UnityExplorer BepInEx 5 Mono
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_BIE5_Mono run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_BIE5_Mono
- name: Build UnityExplorer BepInEx 6 Mono - name: Build UnityExplorer BepInEx 6 Mono
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_BIE6_Mono run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_BIE6_Mono
- name: Build UnityExplorer MelonLoader Il2Cpp - name: Build UnityExplorer MelonLoader Il2Cpp
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_ML_Cpp run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_ML_Cpp
- name: Build UnityExplorer MelonLoader Mono - name: Build UnityExplorer MelonLoader Mono
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_ML_Mono run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_ML_Mono
- name: Build UnityExplorer MelonLoader Legacy Il2Cpp - name: Build UnityExplorer MelonLoader Legacy Il2Cpp
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_ML_Legacy_Cpp run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_ML_Legacy_Cpp
- name: Build UnityExplorer MelonLoader Legacy Mono - name: Build UnityExplorer MelonLoader Legacy Mono
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_ML_Legacy_Mono run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_ML_Legacy_Mono
- name: Build UnityExplorer Standalone Il2Cpp - name: Build UnityExplorer Standalone Il2Cpp
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_STANDALONE_Cpp run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_STANDALONE_Cpp
- name: Build UnityExplorer Standalone Mono - name: Build UnityExplorer Standalone Mono
shell: cmd shell: cmd
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration:Release_STANDALONE_Mono run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration=Release_STANDALONE_Mono
# Upload artifacts # Upload artifacts