diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3c4cdec..f35c12f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,15 +28,13 @@ 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 # Build UnityExplorer releases, and upload artifacts + - run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json - run: nuget restore src\UnityExplorer.sln # BepInEx Il2Cpp