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 af06141 commit d442a66Copy full SHA for d442a66
.github/workflows/codeql-analysis.yml
@@ -37,10 +37,16 @@ jobs:
37
with:
38
languages: ${{ matrix.language }}
39
40
- - name: Build the AutoIt Syntax Highlight
41
- run: |
+ - name: Nuget restore packages
+ run:
42
nuget restore ${{ github.workspace }}\AutoItSyntaxHighlight\packages.config -SolutionDirectory ${{ github.workspace }} -NonInteractive
43
+
44
+ - name: Nuget restore solution packages
45
46
nuget restore ${{ github.workspace }}\AutoItSyntaxHighlight.sln -NonInteractive
47
48
+ - name: Build solution
49
50
msbuild ${{ github.workspace }}\AutoItSyntaxHighlight.sln /t:rebuild /p:Platform="Any CPU" /p:Configuration="Debug"
51
52
- name: Perform CodeQL Analysis
0 commit comments