From 78f2d1070fc04d550a2c3e54cfe2c1a666ba7049 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Sat, 29 May 2021 17:46:59 +1000 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d7047b2..e15a8e4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -29,6 +29,14 @@ jobs: shell: cmd run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release + # Restore mcs nuget + - name: Restore mcs nuget + - uses: nuget/setup-nuget@v1 + with: + nuget-api-key: ${{ secrets.NuGetAPIKey }} + nuget-version: '5.x' + - run: nuget restore lib\mcs-unity\mcs.sln + # Build mcs - name: Build mcs shell: cmd