We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3a4d4 commit e82f990Copy full SHA for e82f990
.github/workflows/dotnet.yml .github/workflows/dotnetRelease.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Build
26
- run: dotnet build --no-restore
+ run: dotnet build --no-restore --configuration Release
27
# - name: Run DemoCoreWeb
28
# run: pwsh ./StartCoreWebApi.ps1
29
# - name: Check Ports
30
# run: netstat -lntu
31
- name: Test
32
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --no-build --verbosity normal --configuration Release
0 commit comments