Skip to content

Commit

Permalink
Change the myget source to enable symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Jan 14, 2023
1 parent f7d7aaa commit b4f1af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Create and push NuGet package
run: |
dotnet pack -c Debug -o nuget
dotnet nuget push nuget/**/*.nupkg --skip-duplicate --api-key ${{ secrets.MYGET_API_KEY }} --source https://www.myget.org/F/eventuous/api/v2/package
dotnet nuget push nuget/**/*.nupkg --skip-duplicate --api-key ${{ secrets.MYGET_API_KEY }} --source https://www.myget.org/F/eventuous/api/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ github.token }}

0 comments on commit b4f1af7

Please sign in to comment.