We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc144c commit 3ac3049Copy full SHA for 3ac3049
.github/workflows/dotnet-build.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a .NET project
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3
4
-name: .NET
+name: .NET Build
5
6
on:
7
push:
@@ -28,3 +28,4 @@ jobs:
28
run: dotnet build --no-restore
29
- name: Test
30
run: dotnet test --no-build --verbosity normal
31
+
0 commit comments