Skip to content

Commit d442a66

Browse files
authored
Split in stages
1 parent af06141 commit d442a66

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,16 @@ jobs:
3737
with:
3838
languages: ${{ matrix.language }}
3939

40-
- name: Build the AutoIt Syntax Highlight
41-
run: |
40+
- name: Nuget restore packages
41+
run:
4242
nuget restore ${{ github.workspace }}\AutoItSyntaxHighlight\packages.config -SolutionDirectory ${{ github.workspace }} -NonInteractive
43+
44+
- name: Nuget restore solution packages
45+
run:
4346
nuget restore ${{ github.workspace }}\AutoItSyntaxHighlight.sln -NonInteractive
47+
48+
- name: Build solution
49+
run:
4450
msbuild ${{ github.workspace }}\AutoItSyntaxHighlight.sln /t:rebuild /p:Platform="Any CPU" /p:Configuration="Debug"
4551

4652
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)