Skip to content

Commit

Permalink
Remove symbols from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotta-frends committed Dec 20, 2024
1 parent d917c15 commit 4e7ba3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTestOnEveryPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: dotnet pack --configuration Release --include-source

- name: Push NuGet package to the testfeed
run: dotnet nuget push Frends.Community.TCP\bin\Release\Frends.Community.TCP.*.nupkg --api-key ${{ secrets.COMMUNITY_FEED_API_KEY }} --source https://www.myget.org/F/frends-community-test/api/v2/package --symbol-source https://www.myget.org/F/frends-community-test/symbols/api/v2/package
run: dotnet nuget push Frends.Community.TCP\bin\Release\Frends.Community.TCP.*.nupkg --api-key ${{ secrets.COMMUNITY_FEED_API_KEY }} --source https://www.myget.org/F/frends-community-test/api/v2/package
2 changes: 1 addition & 1 deletion .github/workflows/PackAndPushAfterMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet pack --configuration Release --include-source

- name: Push NuGet package to the (prod) feed
run: dotnet nuget push Frends.Community.TCP\bin\Release\Frends.Community.TCP.*.nupkg --api-key ${{ secrets.COMMUNITY_FEED_API_KEY }} --source https://www.myget.org/F/frends-community/api/v2/package --symbol-source https://www.myget.org/F/frends-community/symbols/api/v2/package
run: dotnet nuget push Frends.Community.TCP\bin\Release\Frends.Community.TCP.*.nupkg --api-key ${{ secrets.COMMUNITY_FEED_API_KEY }} --source https://www.myget.org/F/frends-community/api/v2/package

- name: Create Release
id: create_release
Expand Down

0 comments on commit 4e7ba3d

Please sign in to comment.