Skip to content

Commit ba28928

Browse files
committed
merge in from main
Signed-off-by: Neil South <neil.south@answerdigital.com>
2 parents 65f0587 + a5ca871 commit ba28928

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ jobs:
6666
- name: Perform CodeQL Analysis
6767
uses: github/codeql-action/analyze@v2
6868

69+
- name: Build Solution
70+
run: dotnet build -c ${{ env.BUILD_CONFIG }} --nologo ${{ env.SOLUTION }}
71+
working-directory: ./src
72+
73+
- name: Perform CodeQL Analysis
74+
uses: github/codeql-action/analyze@v2
75+
6976
analyze:
7077
runs-on: ubuntu-latest
7178
permissions:

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ branches:
5656
ignore:
5757
sha: []
5858
merge-message-formats: {}
59-
next-version: 0.2.10
59+
next-version: 0.2.13

0 commit comments

Comments
 (0)