Skip to content

Commit 8517f03

Browse files
committed
yml
1 parent 571b805 commit 8517f03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dotnet-core-desktop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ jobs:
7676
- name: 'Dotnet NuGet Push'
7777
run: |
7878
Get-ChildItem .\Analogy.LogViewer.Serilog\bin\Release -Filter *.nupkg |
79-
Where-Object { !$_.Name.Contains('preview') } |
8079
ForEach-Object { dotnet nuget push $_ --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} }
8180
Get-ChildItem .\Analogy.LogViewer.Serilog.Sinks\bin\Release -Filter *.nupkg |
82-
Where-Object { !$_.Name.Contains('preview') } |
8381
ForEach-Object { dotnet nuget push $_ --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_SINKS_API_KEY}} }
8482
shell: pwsh
8583
concurrency:

0 commit comments

Comments
 (0)