Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai-Intuitive committed Sep 15, 2024
1 parent 4f7bc6a commit 2dde3a6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ jobs:

- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected]

- 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

0 comments on commit 2dde3a6

Please sign in to comment.