From a1b1d84a8a33660fd243d7c6d7403296a79f290a Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Thu, 27 Mar 2025 11:57:49 -0500 Subject: [PATCH] try nuget restore --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 52f8d9f7c..718a28dbd 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -41,7 +41,7 @@ jobs: - name: Install vpk run: dotnet tool install -g vpk - name: Restore dependencies - run: dotnet restore + run: nuget restore - name: Build run: dotnet build --no-restore -c Release - name: Initialize Service