From a38ff9888e7effcf7c8d9f46cc98520aeacb95de Mon Sep 17 00:00:00 2001 From: David Sheiles Date: Thu, 15 Apr 2021 23:34:57 +1000 Subject: [PATCH] Dont add nuget url as a source in release pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d1775e..4818061 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,8 +41,8 @@ jobs: run: msbuild working-directory: MetaMomentum/ - - name: Nuget Add Source - run: nuget sources Add -Name "nuget" -Source https://api.nuget.org/v3/index.json + #- name: Nuget Add Source + # run: nuget sources Add -Name "nuget" -Source https://api.nuget.org/v3/index.json - name: Nuget SetAPIKey run: nuget setapikey ${{ secrets.NUGETAPI }} -Source "nuget"