Skip to content

Commit 3b200f9

Browse files
committed
nuget
1 parent 7c3a25c commit 3b200f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/nuget.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
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: |

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>

0 commit comments

Comments
 (0)