Skip to content

Commit 819b31b

Browse files
authored
Update dotnet.yml
1 parent 959088e commit 819b31b

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
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet restore
2525

2626
- name: Build
27-
run: dotnet build --configuration
27+
run: dotnet build --configuration Release
2828

2929
- name: Publish
3030
run: dotnet publish --configuration Release --output ./publish

0 commit comments

Comments
 (0)