Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit c7d2ce6

Browse files
committed
2 parents f961add + 798b881 commit c7d2ce6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ jobs:
2828
nuget-api-key: ${{ secrets.NuGetAPIKey }}
2929
nuget-version: '5.x'
3030

31-
# Build Il2CppAssemblyUnhollower
32-
- run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release
33-
3431
# Build mcs
3532
- run: nuget restore lib\mcs-unity\mcs.sln
3633
- run: msbuild lib\mcs-unity\mcs\mcs.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release
3734

3835
# Build UnityExplorer releases, and upload artifacts
3936

37+
- run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json
4038
- run: nuget restore src\UnityExplorer.sln
4139

4240
# BepInEx Il2Cpp

0 commit comments

Comments
 (0)