From e6978d6e43f26c330eab1c5fa08e5ce144862154 Mon Sep 17 00:00:00 2001 From: Giorgi Svanadze Date: Thu, 12 Mar 2026 19:49:03 +0400 Subject: [PATCH] fix nuget yaml file --- .github/workflows/nuget.yml | 3 +++ examples/UsageExample3/UsageExample3.csproj | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 10fd5ee..9de1d16 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -45,6 +45,9 @@ jobs: nuget-version: latest nuget-api-key-source: 'https://api.nuget.org/v3/index.json' + - name: Restore packages.config packages + run: nuget restore + - name: Restore run: dotnet restore -p:Configuration=Release diff --git a/examples/UsageExample3/UsageExample3.csproj b/examples/UsageExample3/UsageExample3.csproj index c4122c9..0018878 100644 --- a/examples/UsageExample3/UsageExample3.csproj +++ b/examples/UsageExample3/UsageExample3.csproj @@ -1,6 +1,5 @@  - Debug