diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 94e33d7..54fa943 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -15,5 +15,5 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Build NuGet package run: dotnet pack -c Release - - name: publish to Azure DevOps Artifacts - run: dotnet nuget push src/Vulder.SharedKernel/bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json + - name: publish to NuGet + run: dotnet nuget push src/Vulder.SharedKernel/bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate diff --git a/nuget.config b/nuget.config deleted file mode 100644 index 32e1c78..0000000 --- a/nuget.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file