Skip to content

Commit 24ce404

Browse files
committed
Stop dotnet build server cleanly to prevent orphan process
1 parent c474b31 commit 24ce404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
run: |
6767
cd $GITHUB_WORKSPACE/csharp/wsgup
6868
dotnet build -c Release
69+
dotnet build-server shutdown
6970
mkdir -p /tmp/upload/csharp
7071
cp bin/Release/netcoreapp3.0/wsgup.dll /tmp/upload/csharp
7172
cp bin/Release/netcoreapp3.0/wsgup /tmp/upload/csharp

0 commit comments

Comments
 (0)