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

Commit c351ce5

Browse files
authored
Remove Il2CppAssemblyUnhollower from build process
1 parent 9985ed0 commit c351ce5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
nuget-api-key: ${{ secrets.NuGetAPIKey }}
2929
nuget-version: '5.x'
3030

31-
# Build Il2CppAssemblyUnhollower
32-
- run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release
33-
3431
# Build mcs
3532
- run: nuget restore lib\mcs-unity\mcs.sln
3633
- run: msbuild lib\mcs-unity\mcs\mcs.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release

0 commit comments

Comments
 (0)