Skip to content

Commit d5626ab

Browse files
authored
Publish Grpc.AspNetCore.HealthChecks package (#1509)
1 parent d2035de commit d5626ab

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

kokoro/build_nuget.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ build/expand_dev_version.sh
4141
(cd src/Grpc.AspNetCore.Server.Reflection && dotnet pack --configuration Release --output ../../artifacts -p:ContinuousIntegrationBuild=true)
4242
(cd src/Grpc.AspNetCore && dotnet pack --configuration Release --output ../../artifacts -p:ContinuousIntegrationBuild=true)
4343
(cd src/Grpc.AspNetCore.Web && dotnet pack --configuration Release --output ../../artifacts -p:ContinuousIntegrationBuild=true)
44+
(cd src/Grpc.AspNetCore.HealthChecks && dotnet pack --configuration Release --output ../../artifacts -p:ContinuousIntegrationBuild=true)
4445
(cd src/dotnet-grpc && dotnet pack --configuration Release --output ../../artifacts -p:ContinuousIntegrationBuild=true)
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
# Experimental project
2-
3-
Grpc.AspNetCore.HealthChecks provides integration between [Health checks in ASP.NET Core](https://docs.microsoft.com/aspnet/core/host-and-deploy/health-checks) and the [Grpc.HealthCheck package](https://www.nuget.org/packages/Grpc.HealthCheck).
4-
5-
This project is currently not published, but you can copy the code to use in your own applications. If a published package of Grpc.AspNetCore.HealthChecks would be useful for you, please give feedback at https://github.com/grpc/grpc-dotnet/issues
1+
Grpc.AspNetCore.HealthChecks provides integration between [Health checks in ASP.NET Core](https://docs.microsoft.com/aspnet/core/host-and-deploy/health-checks) and the [Grpc.HealthCheck package](https://www.nuget.org/packages/Grpc.HealthCheck).

0 commit comments

Comments
 (0)