From c90f339882b983bd3c149b0ef32b154fd96dcebd Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Mon, 31 Jan 2022 21:29:10 +1100 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 04fde3f..35b4fcf 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -34,7 +34,8 @@ jobs: # Build UnityExplorer releases, and upload artifacts - - run: nuget restore src\UnityExplorer.sln + - run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json + - run: dotnet restore src\UnityExplorer.sln # BepInEx Il2Cpp - run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_BIE_Cpp