mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-15 13:57:31 +08:00
Update dotnet.yml
This commit is contained in:
parent
70349ad7c7
commit
d391968b32
9
.github/workflows/dotnet.yml
vendored
9
.github/workflows/dotnet.yml
vendored
@ -43,9 +43,12 @@ jobs:
|
||||
run: msbuild lib\mcs-unity\mcs\mcs.csproj -t:Restore -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release
|
||||
|
||||
# Restore NuGet packages
|
||||
- name: Restore NuGet
|
||||
shell: cmd
|
||||
run: msbuild src\UnityExplorer.csproj -t:Restore
|
||||
- name: Restore UnityExplorer NuGet
|
||||
uses: nuget/setup-nuget@v1
|
||||
with:
|
||||
nuget-api-key: ${{ secrets.NuGetAPIKey }}
|
||||
nuget-version: '5.x'
|
||||
- run: nuget restore src\UnityExplorer.sln
|
||||
|
||||
# Build UnityExplorer Releases
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user