Skip to content

Commit

Permalink
Fix dotnet pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Feb 20, 2023
1 parent 62c86ba commit 81f72fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ jobs:
- name: Build
run: dotnet build ${{ github.workspace }}/Source/EasyNetQ.sln --configuration Release
- name: Pack
run: dotnet pack ${{ github.workspace }}/Source/EasyNetQ.sln --configuration Release --no-build --include-symbols --output ${{ github.workspace }}/Packages
run: dotnet pack ${{ github.workspace }}/Source/EasyNetQ.sln --configuration Release --no-build --include-symbols -p:PackageOutputPath="${{ github.workspace }}/Packages"
- name: Publish
run: dotnet nuget push '${{ github.workspace }}/Packages/*.*' --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN }}

0 comments on commit 81f72fe

Please sign in to comment.