Update dotnet.yml

This commit is contained in:
Sinai 2022-01-31 21:31:18 +11:00 committed by GitHub
parent c90f339882
commit 798b881dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
# Build UnityExplorer releases, and upload artifacts # Build UnityExplorer releases, and upload artifacts
- run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json - run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json
- run: dotnet restore src\UnityExplorer.sln - run: nuget restore src\UnityExplorer.sln
# BepInEx Il2Cpp # BepInEx Il2Cpp
- run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_BIE_Cpp - run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_BIE_Cpp