From 31fdb01fbcd81b146a7a9a516c331d13e9d97811 Mon Sep 17 00:00:00 2001 From: Emily Yang Date: Wed, 8 Jan 2025 14:40:19 -0500 Subject: [PATCH] Update codeql-analysis-csharp.yaml change manual build CLI --- .github/workflows/codeql-analysis-csharp.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis-csharp.yaml b/.github/workflows/codeql-analysis-csharp.yaml index 0894eaf65..4933421c2 100644 --- a/.github/workflows/codeql-analysis-csharp.yaml +++ b/.github/workflows/codeql-analysis-csharp.yaml @@ -58,7 +58,7 @@ jobs: - run: | echo "Run, Build Application using script" - dotnet build + dotnet build lib/PuppeteerSharp.sln # - run: | # echo 'If you are using a "manual" build mode for one or more of the' \ @@ -67,6 +67,8 @@ jobs: # echo ' make bootstrap' # echo ' make release' # exit 1 + # dotnet build + # MSbuild - name: Perform CodeQL Analysis