Skip to content

Commit 873a96f

Browse files
committed
Build using build script for codeQL
1 parent 8154a92 commit 873a96f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/codeQL.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,20 @@ jobs:
5353
with:
5454
submodules: true
5555

56-
- name: Setup .NET
57-
uses: actions/setup-dotnet@v3
56+
# - name: Setup .NET
57+
# uses: actions/setup-dotnet@v3
5858

59-
- name: Set up .NET Core 3.1
60-
uses: actions/setup-dotnet@v3
61-
with:
62-
dotnet-version: '3.1.x'
59+
# - name: Set up .NET Core 3.1
60+
# uses: actions/setup-dotnet@v3
61+
# with:
62+
# dotnet-version: '3.1.x'
6363

64-
- name: Restore dependencies
65-
run: dotnet restore $solution
64+
# - name: Restore dependencies
65+
# run: dotnet restore $solution
6666

6767
- name: Build
68-
run: dotnet build $solution #--configuration $config #--no-restore -p:FileVersionRevision=$GITHUB_RUN_NUMBER -p:ContinuousIntegrationBuild=true
68+
shell: pwsh
69+
run: ./build.ps1 -Clean -Bootstrap
6970

7071
# Run CodeQL analysis
7172
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)