Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gregyjames authored Nov 28, 2024
1 parent 2ae479b commit c8edb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8edb31

Please sign in to comment.