Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gunpuz authored Jan 24, 2024
1 parent 2927ed2 commit 39429cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: dotnet build -c Release --no-restore
- name: Publish to private nuget repo
run: |
dotnet nuget list source
dotnet nuget add source ${{ secrets.NUGET_FEED_URL }} -u "-" -p ${{ secrets.TSP_NUGET_PAT }} --store-password-in-clear-text --valid-authentication-types "basic"
dotnet nuget list source
dotnet nuget push "Tilde.Translation/bin/Release/Tilde.Translation.*.nupkg" --source ${{ secrets.NUGET_FEED_URL }} --api-key VSTS

0 comments on commit 39429cc

Please sign in to comment.