File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 uses : actions/setup-dotnet@v1
1919 with :
2020 dotnet-version : 6.0.x
21-
21+
2222 - name : Restore dependencies
2323 run : dotnet restore
2424 - name : Build
2525 run : dotnet build --configuration Release
2626 - name : Pack
27- run : dotnet pack --configuration Release
27+ run : dotnet pack -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg - -configuration Release
2828
2929 - name : publish nuget packages
3030 run : |
Original file line number Diff line number Diff line change 1919 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
2020 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
2121 </PropertyGroup >
22+ <PropertyGroup >
23+ <IncludeSymbols >true</IncludeSymbols >
24+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
25+ </PropertyGroup >
2226 <ItemGroup >
2327 <None Include =" $(SolutionDir)\logo.png" Pack =" true" Visible =" false" PackagePath =" \" />
2428 <None Include =" $(SolutionDir)\README.md" Pack =" true" Visible =" false" PackagePath =" \" />
You can’t perform that action at this time.
0 commit comments