Skip to content

Commit e7dc748

Browse files
authored
Update publish.yml
build for release
1 parent 77b7bf0 commit e7dc748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: dotnet restore
4040

4141
- name: Build
42-
run: dotnet build --no-restore
42+
run: dotnet build --no-restore -c Release
4343

4444
- name: Test
4545
run: dotnet test --no-restore --verbosity normal

0 commit comments

Comments
 (0)