File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2121 - name : Push generated package to GitHub registry
2222 run : |
2323 cd out
24- dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
24+ dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json
2525
2626 publish-git :
2727 runs-on : windows-latest
4141 - name : Push generated package to GitHub registry
4242 run : |
4343 cd out
44- dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
44+ dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ fileignoreconfig:
1212- filename: Contentstack.Core/Models/Query.cs
1313 checksum: ceea632e4ea870f35ad3bd313e9f8b4e5ec21aa86f006fca2e0a32945999ba67
1414- filename: Contentstack.Core/Models/Taxonomy.cs
15- checksum: db8bcefdc7aafde4286e7fb6d67348bec49f1ac27b54d84fddca8124135bd779
15+ checksum: db8bcefdc7aafde4286e7fb6d67348bec49f1ac27b54d84fddca8124135bd779
16+ - filename: .github/workflows/nuget-publish.yml
17+ checksum: 53ba4ce874c4d2362ad00deb23f5a6ec219318860352f997b945e9161a580651
You can’t perform that action at this time.
0 commit comments