Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MRmlik12 authored Jun 23, 2021
1 parent f0e7207 commit 2b80657
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Build NuGet package
run: dotnet pack -c Release
- name: publish to Github Packages
run: dotnet nuget push src/Vulder.SharedKernel/bin/Release/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/VulderApp/index.json
- name: publish to Azure DevOps Artifacts
run: dotnet nuget push --source "vulder-azure" --api-key az {{ secrects.AZURE_KEY }}

0 comments on commit 2b80657

Please sign in to comment.