Skip to content

Commit 803e967

Browse files
authored
docs,ci: address PR review
1 parent eaee78f commit 803e967

File tree

3 files changed

+182
-192
lines changed

3 files changed

+182
-192
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Yubico/index.json"
6969

7070
- name: Build Yubico.NET.SDK.sln
71-
run: dotnet build --nologo --verbosity minimal Yubico.NET.SDK.sln
71+
run: dotnet build --configuration Release --nologo --verbosity minimal Yubico.NET.SDK.sln
7272

7373
- name: Perform CodeQL Analysis
7474
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)