Skip to content

Commit a086f85

Browse files
committed
chore: do not build Release_ML_Cpp_net472 on CI
1 parent 6caa7b3 commit a086f85

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

build.ps1

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ lib/ILRepack.exe /target:library /lib:lib/net6 /lib:lib/interop /lib:$Path /inte
1414

1515
Move-Item -Path $Path/UniverseLib.ML.IL2CPP.Interop.dll -Destination $Path/output/UserLibs -Force
1616

17-
# ----------- MelonLoader IL2CPP (net472) -----------
18-
dotnet build src/CinematicUnityExplorer.sln -c Release_ML_Cpp_net472 -p:IS_CI=true
19-
$Path = "Release/CinematicUnityExplorer.MelonLoader.IL2CPP"
20-
21-
New-Item -ItemType Directory -Path "$Path/output/Mods" -Force
22-
New-Item -ItemType Directory -Path "$Path/output/UserLibs" -Force
23-
24-
# ILRepack
25-
lib/ILRepack.exe /target:library /lib:lib/net472 /lib:lib/net35 /lib:lib/unhollowed /lib:$Path /internalize /out:$Path/output/Mods/CinematicUnityExplorer.ML.IL2CPP.dll $Path/CinematicUnityExplorer.ML.IL2CPP.dll $Path/mcs.dll
26-
27-
# (cleanup and move files)
28-
Move-Item -Path $Path/UniverseLib.IL2CPP.Unhollower.dll -Destination $Path/output/UserLibs -Force
29-
3017
# ----------- BepInEx Unity IL2CPP CoreCLR -----------
3118
dotnet build src/CinematicUnityExplorer.sln -c Release_BIE_Unity_Cpp -p:IS_CI=true
3219
$Path = "Release/CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR"

0 commit comments

Comments
 (0)