mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-03 16:13:25 +08:00
Merge branch 'master' of https://github.com/sinai-dev/UnityExplorer
This commit is contained in:
commit
c7d2ce6d36
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -28,15 +28,13 @@ jobs:
|
|||||||
nuget-api-key: ${{ secrets.NuGetAPIKey }}
|
nuget-api-key: ${{ secrets.NuGetAPIKey }}
|
||||||
nuget-version: '5.x'
|
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
|
# Build mcs
|
||||||
- run: nuget restore lib\mcs-unity\mcs.sln
|
- 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
|
- run: msbuild lib\mcs-unity\mcs\mcs.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release
|
||||||
|
|
||||||
# Build UnityExplorer releases, and upload artifacts
|
# Build UnityExplorer releases, and upload artifacts
|
||||||
|
|
||||||
|
- run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json
|
||||||
- run: nuget restore src\UnityExplorer.sln
|
- run: nuget restore src\UnityExplorer.sln
|
||||||
|
|
||||||
# BepInEx Il2Cpp
|
# BepInEx Il2Cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user