From 0dc3a523c908e0a111147c976bcfcaa4a66190cf Mon Sep 17 00:00:00 2001 From: BDisp Date: Wed, 9 Oct 2024 21:21:32 +0100 Subject: [PATCH] Using the original configuration. --- .github/workflows/dotnet-core.yml | 10 ++-------- nuget.config | 1 - 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d80b10014..5779ed9da 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -90,14 +90,8 @@ jobs: dotnet-version: 8.x dotnet-quality: 'ga' - - name: Build local NuGet package - run: dotnet pack --configuration Release -o ./local_packages - - - name: Upload package artifact - uses: actions/upload-artifact@v4 - with: - name: local_nuget_package - path: ./local_packages/*.nupkg + - name: Build Release + run: dotnet build --configuration Release # Note: this step is currently not writing to the gist for some reason diff --git a/nuget.config b/nuget.config index 595bec2d5..429b5c8cc 100644 --- a/nuget.config +++ b/nuget.config @@ -10,7 +10,6 @@ -