diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index b17fa67..1c949b1 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -77,15 +77,6 @@ jobs: - name: Setup NuGet.exe for use with actions uses: NuGet/setup-nuget@v1.0.5 - - - name: Add private GitHub registry to NuGet - run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Analogy-LogViewer/index.json -Username Analogy-LogViewer -Password ${{ secrets.GITHUB_TOKEN }} - - - name: 'Dotnet NuGet Push to github registry' - run: | - Get-ChildItem .\artifactory -Filter *.nupkg | - Where-Object { !$_.Name.Contains('preview') } | - ForEach-Object { nuget push $_ -Source "GPR" -SkipDuplicate } concurrency: group: ${{ github.ref }} cancel-in-progress: true