File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323 run : dotnet restore
2424 - name : Build
2525 run : dotnet build --configuration Release
26+ - name : Test
27+ run : dotnet test --configuration Release
2628 - name : Pack
27- run : dotnet pack -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --configuration Release
29+ run : dotnet pack -p:IncludeSymbols=false -p:SymbolPackageFormat=snupkg --configuration Release
2830
2931 - name : publish nuget packages
3032 run : |
Original file line number Diff line number Diff line change 1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1414 <EnablePackageValidation >true</EnablePackageValidation >
1515 <PackageReadmeFile >README.md</PackageReadmeFile >
16-
16+
1717 <RepositoryUrl >https://github.com/managedcode/Communication</RepositoryUrl >
1818 <PackageProjectUrl >https://github.com/managedcode/Communication</PackageProjectUrl >
1919 <Product >Managed Code - Communication</Product >
You can’t perform that action at this time.
0 commit comments