Update .github/workflows/release.yaml
Some checks failed
Release / Get Version (push) Successful in 12s
Release / Build and Publish Nuget (push) Failing after 2m40s
Release / Build and Publish Package (push) Successful in 3m41s

This commit is contained in:
2024-01-17 10:16:24 +00:00
parent aeaf755d08
commit fd64c77aed

View File

@@ -41,6 +41,11 @@ jobs:
name: Setup dotnet
with:
dotnet-version: '8.0.x'
- uses: nuget/setup-nuget@v1
name: Setup nuget cli
with:
nuget-version: '5.x'
- name: Restore dependencies
run: dotnet restore Torch.Server/Torch.Server.csproj --locked-mode