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

Commit 5a3ffeb

Browse files
authored
Remove legacy build
1 parent 6e6b623 commit 5a3ffeb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,6 @@ jobs:
7979
name: UnityExplorer.MelonLoader.Mono
8080
path: ./Release/UnityExplorer.MelonLoader.Mono/*
8181

82-
# MelonLoader 0.3.0 Il2Cpp
83-
- run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_MLLegacy_Cpp
84-
85-
- uses: actions/upload-artifact@v2
86-
with:
87-
name: UnityExplorer.MelonLoader_Legacy.Il2Cpp
88-
path: ./Release/UnityExplorer.MelonLoader_Legacy.Il2Cpp/*
89-
90-
# MelonLoader 0.3.0 Mono
91-
- run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_MLLegacy_Mono
92-
93-
- uses: actions/upload-artifact@v2
94-
with:
95-
name: UnityExplorer.MelonLoader_Legacy.Mono
96-
path: ./Release/UnityExplorer.MelonLoader_Legacy.Mono/*
97-
9882
# Standalone Il2Cpp
9983
- run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_STANDALONE_Cpp
10084

0 commit comments

Comments
 (0)