Update dotnet.yml

This commit is contained in:
Sinai 2021-05-29 17:46:59 +10:00 committed by GitHub
parent 51307563ab
commit 78f2d1070f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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