Skip to content

Commit

Permalink
Build using build script for codeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
andystaples committed Oct 4, 2024
1 parent 8154a92 commit 873a96f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/codeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,20 @@ jobs:
with:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v3
# - name: Setup .NET
# uses: actions/setup-dotnet@v3

- name: Set up .NET Core 3.1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
# - name: Set up .NET Core 3.1
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: '3.1.x'

- name: Restore dependencies
run: dotnet restore $solution
# - name: Restore dependencies
# run: dotnet restore $solution

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

# Run CodeQL analysis
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 873a96f

Please sign in to comment.