From c8edb31dd8d0be89229dc796c1e7015e0ed8dc74 Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 28 Nov 2024 03:58:23 -0600 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 292650c..593dc73 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,9 +33,9 @@ jobs: uses: NuGet/setup-nuget@v1.0.5 - name: Restore NuGet if: steps.cacheStep.outputs.cache-hit != 'true' - run: nuget restore autofac.caching.redis.sln + run: nuget restore gj.autofac.caching.redis.sln - name: Build - run: dotnet build autofac.caching.redis/autofac.caching.redis.csproj --no-restore --configuration Release /p:Version=$Env:VERSION /p:AssemblyVersion=$Env:VERSION + run: dotnet build gj.autofac.caching.redis/gj.autofac.caching.redis.csproj --no-restore --configuration Release /p:Version=$Env:VERSION /p:AssemblyVersion=$Env:VERSION - name: Publish NuGet package run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key $Env:NUGET_API_KEY env: