Skip to content

Commit 6596788

Browse files
committed
Build in release mode
1 parent b014556 commit 6596788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build
23-
run: dotnet build --no-restore
23+
run: dotnet build --no-restore -c Release
2424
- name: Test
2525
run: dotnet test --no-build --verbosity normal -c Release

0 commit comments

Comments
 (0)