From 8249ff064ddfe2781792dd73710a67493910c477 Mon Sep 17 00:00:00 2001 From: jklingen Date: Sat, 4 Jan 2025 16:34:38 +0100 Subject: [PATCH] Configure NuGet --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16a160483..7de55931e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,9 @@ jobs: with: dotnet-version: '5.0.100' + - name: Configure NuGet + run: nuget sources Add -Name "NuGet.org" -Source "https://api.nuget.org/v3/index.json" + - name: Install MSBuild.Community.Tasks run: nuget install MSBuild.Community.Tasks -Version 1.5.0.235 -OutputDirectory packages