From c351ce5a6d406087b1d290e0777d6c025c7e6255 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Mon, 31 Jan 2022 21:24:57 +1100 Subject: [PATCH] Remove Il2CppAssemblyUnhollower from build process --- .github/workflows/dotnet.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3c4cdec..04fde3f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,9 +28,6 @@ jobs: nuget-api-key: ${{ secrets.NuGetAPIKey }} nuget-version: '5.x' - # Build Il2CppAssemblyUnhollower - - run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release - # Build mcs - run: nuget restore lib\mcs-unity\mcs.sln - run: msbuild lib\mcs-unity\mcs\mcs.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release