Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 185d1aa

Browse files
authored
Update dotnet.yml
1 parent 3d6e8fc commit 185d1aa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/dotnet.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
# Build Il2CppAssemblyUnhollower
2828
- name: Build Il2CppAssemblyUnhollower
2929
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
3131

3232
# Build mcs
3333
- name: Build mcs
3434
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
3636

3737
# Restore NuGet packages
3838
- name: Restore NuGet
@@ -43,39 +43,39 @@ jobs:
4343

4444
- name: Build UnityExplorer BepInEx Il2Cpp
4545
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
4747

4848
- name: Build UnityExplorer BepInEx 5 Mono
4949
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
5151

5252
- name: Build UnityExplorer BepInEx 6 Mono
5353
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
5555

5656
- name: Build UnityExplorer MelonLoader Il2Cpp
5757
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
5959

6060
- name: Build UnityExplorer MelonLoader Mono
6161
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
6363

6464
- name: Build UnityExplorer MelonLoader Legacy Il2Cpp
6565
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
6767

6868
- name: Build UnityExplorer MelonLoader Legacy Mono
6969
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
7171

7272
- name: Build UnityExplorer Standalone Il2Cpp
7373
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
7575

7676
- name: Build UnityExplorer Standalone Mono
7777
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
7979

8080
# Upload artifacts
8181

0 commit comments

Comments
 (0)