Skip to content

Commit e82f990

Browse files
committed
test for release build
1 parent 6b3a4d4 commit e82f990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml .github/workflows/dotnetRelease.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build
26-
run: dotnet build --no-restore
26+
run: dotnet build --no-restore --configuration Release
2727
# - name: Run DemoCoreWeb
2828
# run: pwsh ./StartCoreWebApi.ps1
2929
# - name: Check Ports
3030
# run: netstat -lntu
3131
- name: Test
32-
run: dotnet test --no-build --verbosity normal
32+
run: dotnet test --no-build --verbosity normal --configuration Release

0 commit comments

Comments
 (0)