Skip to content

Commit 66332db

Browse files
committed
chore: temporary disable melon build
1 parent 274c0dd commit 66332db

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ cd UniverseLib
33
cd ..
44

55
# ----------- MelonLoader IL2CPP CoreCLR (net6) -----------
6-
dotnet build src/CinematicUnityExplorer.sln -c Release_ML_Cpp_CoreCLR -p:IS_CI=true
7-
$Path = "Release\CinematicUnityExplorer.MelonLoader.IL2CPP.CoreCLR"
6+
# dotnet build src/CinematicUnityExplorer.sln -c Release_ML_Cpp_CoreCLR -p:IS_CI=true
7+
# $Path = "Release\CinematicUnityExplorer.MelonLoader.IL2CPP.CoreCLR"
88

9-
New-Item -ItemType Directory -Path "$Path/output/Mods" -Force
10-
New-Item -ItemType Directory -Path "$Path/output/UserLibs" -Force
9+
# New-Item -ItemType Directory -Path "$Path/output/Mods" -Force
10+
# New-Item -ItemType Directory -Path "$Path/output/UserLibs" -Force
1111

12-
# ILRepack
13-
lib/ILRepack.exe /target:library /lib:lib/net6 /lib:lib/interop /lib:$Path /internalize /out:$Path/output/Mods/CinematicUnityExplorer.ML.IL2CPP.CoreCLR.dll $Path/CinematicUnityExplorer.ML.IL2CPP.CoreCLR.dll $Path/mcs.dll
12+
# # ILRepack
13+
# lib/ILRepack.exe /target:library /lib:lib/net6 /lib:lib/interop /lib:$Path /internalize /out:$Path/output/Mods/CinematicUnityExplorer.ML.IL2CPP.CoreCLR.dll $Path/CinematicUnityExplorer.ML.IL2CPP.CoreCLR.dll $Path/mcs.dll
1414

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

1717
# ----------- BepInEx Unity IL2CPP CoreCLR -----------
1818
dotnet build src/CinematicUnityExplorer.sln -c Release_BIE_Unity_Cpp -p:IS_CI=true

0 commit comments

Comments
 (0)