File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 29
29
- name : Checkout repository
30
30
uses : actions/checkout@v3
31
31
32
+ - name : Install dotnet
33
+ uses : actions/setup-dotnet@v3
34
+
32
35
# Initializes the CodeQL tools for scanning.
33
36
- name : Initialize CodeQL
34
37
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 17
17
- name : Checkout repository
18
18
uses : actions/checkout@v3
19
19
20
+ - name : Install dotnet
21
+ uses : actions/setup-dotnet@v3
22
+
20
23
- name : Build PSES
21
24
shell : pwsh
22
25
run : tools/azurePipelinesBuild.ps1
Original file line number Diff line number Diff line change 17
17
- name : Checkout repository
18
18
uses : actions/checkout@v3
19
19
20
+ - name : Install dotnet
21
+ uses : actions/setup-dotnet@v3
22
+
20
23
- name : Build PSES
21
24
shell : pwsh
22
25
run : tools/azurePipelinesBuild.ps1
You can’t perform that action at this time.
0 commit comments