Skip to content

Commit 7147db7

Browse files
Fixed codeql build
1 parent ea1056b commit 7147db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
- name: Restore NuGet packages
7474
run: nuget restore AutoStartConfirm.sln
7575

76-
- name: Build solution
77-
run: msbuild AutoStartConfirm.sln -p:UseSharedCompilation=false -p:Configuration=Release -p:Platform=x64 -p:PublishReadyToRun=false
76+
- name: Build product
77+
run: msbuild build/Daily.targets /property:Configuration=Release
7878

7979
- name: Perform CodeQL Analysis
8080
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)