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

Commit 78f2d10

Browse files
authored
Update dotnet.yml
1 parent 5130756 commit 78f2d10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
shell: cmd
3030
run: msbuild lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\UnhollowerBaseLib.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release
3131

32+
# Restore mcs nuget
33+
- name: Restore mcs nuget
34+
- uses: nuget/setup-nuget@v1
35+
with:
36+
nuget-api-key: ${{ secrets.NuGetAPIKey }}
37+
nuget-version: '5.x'
38+
- run: nuget restore lib\mcs-unity\mcs.sln
39+
3240
# Build mcs
3341
- name: Build mcs
3442
shell: cmd

0 commit comments

Comments
 (0)