-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f7bc6a
commit 2dde3a6
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |