Skip to content

Commit

Permalink
Fixed codeql build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGalla authored Apr 10, 2023
1 parent ea1056b commit 7147db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
- name: Restore NuGet packages
run: nuget restore AutoStartConfirm.sln

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

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

0 comments on commit 7147db7

Please sign in to comment.