File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/upload-artifact@v1
3434 with :
3535 name : Notion.Net
36- path : ./Src/Notion.Client/bin/Release/Notion.Net.${{ github.event.release.tag_name }}.nupkg
36+ path : |
37+ ./Src/Notion.Client/bin/Release/Notion.Net.${{ github.event.release.tag_name }}.nupkg
38+ ./Src/Notion.Client/bin/Release/Notion.Net.${{ github.event.release.tag_name }}.snupkg
3739
3840 - name : Publish Nuget Package
39- run : dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json --no-symbols true
41+ run : dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json
42+
43+ - name : Publish Symbol Package
Original file line number Diff line number Diff line change 1111 <PackageTags >notion;client;api;json;sdk;notion.net</PackageTags >
1212 <PackageIcon >notion-logo.png</PackageIcon >
1313 <PackageLicenseFile >LICENSE.md</PackageLicenseFile >
14+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
15+
16+ <!-- Start: Create symbol package-->
17+ <IncludeSymbols >true</IncludeSymbols >
18+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
19+ <!-- End: Create symbol package-->
1420 </PropertyGroup >
1521
1622 <ItemGroup >
23+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
24+ <PrivateAssets >all</PrivateAssets >
25+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
26+ </PackageReference >
1727 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
1828 <PackageReference Include =" JsonSubTypes" Version =" 1.8.0" />
1929 </ItemGroup >
You can’t perform that action at this time.
0 commit comments