From 185d1aaa0fded78b55082f5ee4a7a4f149f43b29 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Sat, 29 May 2021 17:38:21 +1000 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index cc797be..422c4de 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,12 +27,12 @@ jobs: # Build Il2CppAssemblyUnhollower - name: Build Il2CppAssemblyUnhollower 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 - name: Build mcs 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 - name: Restore NuGet @@ -43,39 +43,39 @@ jobs: - name: Build UnityExplorer BepInEx Il2Cpp 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 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 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 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 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 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 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 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 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