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 ea1056b commit 7147db7Copy full SHA for 7147db7
.github/workflows/security.yml
@@ -73,8 +73,8 @@ jobs:
73
- name: Restore NuGet packages
74
run: nuget restore AutoStartConfirm.sln
75
76
- - name: Build solution
77
- 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
78
79
- name: Perform CodeQL Analysis
80
uses: github/codeql-action/analyze@v2
0 commit comments