diff --git a/.github/workflows/IKVM.Core.yml b/.github/workflows/IKVM.Core.yml index 6082ea1..a0acf1e 100644 --- a/.github/workflows/IKVM.Core.yml +++ b/.github/workflows/IKVM.Core.yml @@ -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