Browse Source

Build target:Release because that's what we ship to customers

pull/2214/head
Christoph Wille 5 years ago committed by GitHub
parent
commit
fd4ff943eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/codeql-analysis.yml

2
.github/workflows/codeql-analysis.yml

@ -39,7 +39,7 @@ jobs: @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: dotnet restore Frontends.sln
- name: Build
run: dotnet build Frontends.sln --configuration Debug --no-restore
run: dotnet build Frontends.sln --configuration Release --no-restore
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

Loading…
Cancel
Save