Skip to content

Commit f541dce

Browse files
authored
Remove Azure Artifacts publishing from build workflow
1 parent 7d222c9 commit f541dce

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,3 @@ jobs:
113113
--source "https://api.nuget.org/v3/index.json"
114114
--api-key ${{ steps.login.outputs.NUGET_API_KEY }}
115115
--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

Comments
 (0)