We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15d2f7 commit 6d193afCopy full SHA for 6d193af
.github/workflows/codeql-analysis.yml
@@ -68,7 +68,7 @@ jobs:
68
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"
69
70
- name: Build Yubico.NET.SDK.sln
71
- run: dotnet build --configuration Release --nologo --verbosity normal Yubico.NET.SDK.sln
+ run: dotnet build --nologo --verbosity minimal Yubico.NET.SDK.sln
72
73
- name: Perform CodeQL Analysis
74
uses: github/codeql-action/analyze@v3
0 commit comments