Skip to content

Commit

Permalink
remove azure artifacts publish step (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauld-msft authored Jul 19, 2024
1 parent f4d84a8 commit f0f16b4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,3 @@ jobs:

- name: Publish NuGet packages to GitHub Packages
run: dotnet nuget push "./out/*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }}

- name: Publish NuGet packages to Azure Artifacts
run: |
# https://github.com/NuGet/Home/issues/7792
dotnet nuget add source "https://pkgs.dev.azure.com/1esSharedAssets/1esPkgs/_packaging/ComponentDetection/nuget/v3/index.json" \
--name ado \
--username unused \
--password ${{ secrets.AZART_TOKEN }} \
--store-password-in-clear-text
dotnet nuget push "./out/*.nupkg" \
--skip-duplicate \
--source ado \
--api-key unused

0 comments on commit f0f16b4

Please sign in to comment.