Update dotnet.yml

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

View File

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