We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e267503 + cbb7e0f commit 8cd8fcdCopy full SHA for 8cd8fcd
.github/workflows/wpf-ui-pr-deploy.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: msbuild src\Wpf.Ui\Wpf.Ui.csproj -p:Configuration=Release -p:Platform="Any CPU" -p:GITHUB_ACTIONS=True -p:ContinuousIntegrationBuild=true -m -graph -isolate
26
27
- name: Publish the package to NuGet.org
28
- run: nuget push src\Wpf.Ui\bin\Release\*.nupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'
+ run: nuget push **\*.nupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'
29
30
- name: Publish the symbols to NuGet.org
31
- run: nuget push src\Wpf.Ui\bin\Release\*.snupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'
+ run: nuget push **\*.snupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'
0 commit comments