We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c474b31 commit 24ce404Copy full SHA for 24ce404
.github/workflows/build.yml
@@ -66,6 +66,7 @@ jobs:
66
run: |
67
cd $GITHUB_WORKSPACE/csharp/wsgup
68
dotnet build -c Release
69
+ dotnet build-server shutdown
70
mkdir -p /tmp/upload/csharp
71
cp bin/Release/netcoreapp3.0/wsgup.dll /tmp/upload/csharp
72
cp bin/Release/netcoreapp3.0/wsgup /tmp/upload/csharp
0 commit comments