10000
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 ee0ab7f commit dc3c818Copy full SHA for dc3c818
.github/workflows/nuget-preview.yml
@@ -54,7 +54,9 @@ jobs:
54
run: dotnet pack --configuration Release --version-suffix preview${{env.DATE_VER}} --output "Release-Preview"
55
56
- name: Publish NuGet
57
- run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.nupkg
+ run: |
58
+ dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.nupkg
59
+ dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.snupkg
60
61
# TODO: Run perf tests
62
# TODO: Run mono tests on Windows?
0 commit comments