mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-04 00:23:31 +08:00
Update dotnet.yml
This commit is contained in:
parent
51307563ab
commit
78f2d1070f
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
@ -29,6 +29,14 @@ jobs:
|
||||
shell: cmd
|
||||
run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release
|
||||
|
||||
# Restore mcs nuget
|
||||
- name: Restore mcs nuget
|
||||
- uses: nuget/setup-nuget@v1
|
||||
with:
|
||||
nuget-api-key: ${{ secrets.NuGetAPIKey }}
|
||||
nuget-version: '5.x'
|
||||
- run: nuget restore lib\mcs-unity\mcs.sln
|
||||
|
||||
# Build mcs
|
||||
- name: Build mcs
|
||||
shell: cmd
|
||||
|
Loading…
x
Reference in New Issue
Block a user