Skip to content

Commit

Permalink
Remove publish to ADO.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Aug 31, 2023
1 parent 7a9f74b commit 4cbd0b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/IKVM.Core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,6 @@ jobs:
env:
GITHUB_REPOS: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push NuGet (Azure DevOps)
shell: pwsh
run: |
dotnet nuget add source $env:AZUREDEVOPS_REPOS --name az --username az --password $env:AZUREDEVOPS_TOKEN --store-password-in-clear-text
dotnet nuget push dist/nuget/*.nupkg --source az --api-key az --skip-duplicate
env:
AZUREDEVOPS_REPOS: https://pkgs.dev.azure.com/ikvm-revived/ikvm/_packaging/ikvm-ci/nuget/v3/index.json
AZUREDEVOPS_TOKEN: ${{ secrets.AZUREDEVOPS_PAT }}
- name: Push NuGet
if: github.ref == 'refs/heads/main' || github.event.head_commit.message == '+push'
shell: pwsh
Expand Down

0 comments on commit 4cbd0b0

Please sign in to comment.