We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d222c9 commit f541dceCopy full SHA for f541dce
.github/workflows/build.yml
@@ -113,11 +113,3 @@ jobs:
113
--source "https://api.nuget.org/v3/index.json"
114
--api-key ${{ steps.login.outputs.NUGET_API_KEY }}
115
--skip-duplicate
116
-
117
- - name: Publish to Azure Artifacts
118
- if: ${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')) }}
119
- run: >
120
- dotnet nuget push "${{ github.workspace }}/drop/*"
121
- --source "https://pkgs.dev.azure.com/tingle/_packaging/tingle/nuget/v3/index.json"
122
- --api-key AzureDevOps
123
- --skip-duplicate
0 commit comments