We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571b805 commit 8517f03Copy full SHA for 8517f03
.github/workflows/dotnet-core-desktop.yml
@@ -76,10 +76,8 @@ jobs:
76
- name: 'Dotnet NuGet Push'
77
run: |
78
Get-ChildItem .\Analogy.LogViewer.Serilog\bin\Release -Filter *.nupkg |
79
- Where-Object { !$_.Name.Contains('preview') } |
80
ForEach-Object { dotnet nuget push $_ --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} }
81
Get-ChildItem .\Analogy.LogViewer.Serilog.Sinks\bin\Release -Filter *.nupkg |
82
83
ForEach-Object { dotnet nuget push $_ --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_SINKS_API_KEY}} }
84
shell: pwsh
85
concurrency:
0 commit comments