Skip to content

Commit 5207d60

Browse files
committed
[workflows] Test builds with Release configuration.
1 parent 3ce8fbf commit 5207d60

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
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet restore
3535

3636
- name: Build
37-
run: dotnet build --no-restore
37+
run: dotnet build --no-restore --configuration Release
3838

3939
# - name: Test
4040
# run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)