Skip to content

Commit

Permalink
Pack every project separatly (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Aug 29, 2023
1 parent 0a20e99 commit ba26597
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
with:
dotnet-version: 6.0.x

- run: dotnet pack src/**/*.csproj --configuration Release --output ${{ env.NuGetDirectory }}
- run: dotnet pack src/Auth0.Core/Auth0.Core.csproj --configuration Release --output ${{ env.NuGetDirectory }}
- run: dotnet pack src/Auth0.AuthenticationApi/Auth0.AuthenticationApi.csproj --configuration Release --output ${{ env.NuGetDirectory }}
- run: dotnet pack src/Auth0.ManagementApi/Auth0.ManagementApi.csproj --configuration Release --output ${{ env.NuGetDirectory }}

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ba26597

Please sign in to comment.