Skip to content

Commit 3ac3049

Browse files
Update dotnet-build.yml
1 parent 1fc144c commit 3ac3049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: .NET
4+
name: .NET Build
55

66
on:
77
push:
@@ -28,3 +28,4 @@ jobs:
2828
run: dotnet build --no-restore
2929
- name: Test
3030
run: dotnet test --no-build --verbosity normal
31+

0 commit comments

Comments
 (0)