File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2929 - name : Checkout repository
3030 uses : actions/checkout@v3
3131
32+ - name : Install dotnet
33+ uses : actions/setup-dotnet@v3
34+
3235 # Initializes the CodeQL tools for scanning.
3336 - name : Initialize CodeQL
3437 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 1717 - name : Checkout repository
1818 uses : actions/checkout@v3
1919
20+ - name : Install dotnet
21+ uses : actions/setup-dotnet@v3
22+
2023 - name : Build PSES
2124 shell : pwsh
2225 run : tools/azurePipelinesBuild.ps1
Original file line number Diff line number Diff line change 1717 - name : Checkout repository
1818 uses : actions/checkout@v3
1919
20+ - name : Install dotnet
21+ uses : actions/setup-dotnet@v3
22+
2023 - name : Build PSES
2124 shell : pwsh
2225 run : tools/azurePipelinesBuild.ps1
You can’t perform that action at this time.
0 commit comments