@@ -27,12 +27,12 @@ jobs:
27
27
# Build Il2CppAssemblyUnhollower
28
28
- name : Build Il2CppAssemblyUnhollower
29
29
shell : cmd
30
- run : msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release
30
+ run : msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release
31
31
32
32
# Build mcs
33
33
- name : Build mcs
34
34
shell : cmd
35
- run : msbuild lib\mcs-unity\mcs\mcs.csproj -t:Restore -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release
35
+ run : msbuild lib\mcs-unity\mcs\mcs.csproj -t:Restore -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release
36
36
37
37
# Restore NuGet packages
38
38
- name : Restore NuGet
@@ -43,39 +43,39 @@ jobs:
43
43
44
44
- name : Build UnityExplorer BepInEx Il2Cpp
45
45
shell : cmd
46
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_BIE_Cpp
46
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_BIE_Cpp
47
47
48
48
- name : Build UnityExplorer BepInEx 5 Mono
49
49
shell : cmd
50
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_BIE5_Mono
50
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_BIE5_Mono
51
51
52
52
- name : Build UnityExplorer BepInEx 6 Mono
53
53
shell : cmd
54
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_BIE6_Mono
54
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_BIE6_Mono
55
55
56
56
- name : Build UnityExplorer MelonLoader Il2Cpp
57
57
shell : cmd
58
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_ML_Cpp
58
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_ML_Cpp
59
59
60
60
- name : Build UnityExplorer MelonLoader Mono
61
61
shell : cmd
62
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_ML_Mono
62
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_ML_Mono
63
63
64
64
- name : Build UnityExplorer MelonLoader Legacy Il2Cpp
65
65
shell : cmd
66
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_ML_Legacy_Cpp
66
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_ML_Legacy_Cpp
67
67
68
68
- name : Build UnityExplorer MelonLoader Legacy Mono
69
69
shell : cmd
70
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_ML_Legacy_Mono
70
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_ML_Legacy_Mono
71
71
72
72
- name : Build UnityExplorer Standalone Il2Cpp
73
73
shell : cmd
74
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_STANDALONE_Cpp
74
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_STANDALONE_Cpp
75
75
76
76
- name : Build UnityExplorer Standalone Mono
77
77
shell : cmd
78
- run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration: Release_STANDALONE_Mono
78
+ run : msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="Any CPU" -p:Configuration= Release_STANDALONE_Mono
79
79
80
80
# Upload artifacts
81
81
0 commit comments