Skip to content

Commit 570d8e9

Browse files
committed
update dotnet.yml
1 parent 3266f98 commit 570d8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
7.0.x
3131
3232
- name: Build
33-
run: dotnet build
33+
run: dotnet build -c Release
3434
working-directory: src
3535
- name: Test
3636
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)