Skip to content

Commit

Permalink
Change package source to nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
MRmlik12 authored Jun 24, 2021
1 parent 30f8200 commit ffaab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Build NuGet package
run: dotnet pack -c Release
- name: publish to Azure DevOps Artifacts
run: dotnet nuget push src/Vulder.SharedKernel/bin/Release/*.nupkg -k ${{ secrets.AZURE_KEY }} -s https://pkgs.dev.azure.com/MRmlik12Dev/Vulder/_packaging/vulder-azure/nuget/v3/index.json
run: dotnet nuget push src/Vulder.SharedKernel/bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit ffaab05

Please sign in to comment.