Skip to content

Commit e6f01b7

Browse files
committed
Feat: Add tests and NuGet publishing for ObjectPool extension
1 parent ee2980e commit e6f01b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Run tests - Extensions.FluentValidation
5353
run: dotnet run -c Release --no-restore --no-build
5454
working-directory: "tests/Tests.CodeOfChaos.Extensions.FluentValidation"
55+
- name: Run tests - Extensions.ObjectPool
56+
run: dotnet run -c Release --no-restore --no-build
57+
working-directory: "tests/Tests.CodeOfChaos.Extensions.ObjectPool"
5558

5659
- name: Publish to NuGet
5760
env:
@@ -65,4 +68,5 @@ jobs:
6568
dotnet nuget push src/CodeOfChaos.Extensions.Analyzers/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
6669
dotnet nuget push src/CodeOfChaos.Extensions.DependencyInjection/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
6770
dotnet nuget push src/CodeOfChaos.Extensions.DependencyInjection.Generators/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
68-
dotnet nuget push src/CodeOfChaos.Extensions.FluentValidation/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
71+
dotnet nuget push src/CodeOfChaos.Extensions.FluentValidation/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
72+
dotnet nuget push src/CodeOfChaos.Extensions.ObjectPool/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)