We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b9c3c commit 44288aaCopy full SHA for 44288aa
build_nightly.ps1
@@ -1,7 +1,9 @@
1
# ----------- BepInEx Unity IL2CPP CoreCLR -----------
2
-dotnet build src/CinematicUnityExplorer.sln -c Release_BIE_Unity_Cpp -p:IS_CI=true
3
$Path = "Release/CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR"
4
-$OutputPath = $Path/output/BepInEx/plugins/CinematicUnityExplorer
+$OutputPath = "$Path/output/BepInEx/plugins/CinematicUnityExplorer"
+
5
+dotnet build src/CinematicUnityExplorer.sln -c Release_BIE_Unity_Cpp -p:IS_CI=true
6
7
New-Item -ItemType Directory -Path $OutputPath -Force
8
9
# ILRepack
0 commit comments