We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f0587 + a5ca871 commit ba28928Copy full SHA for ba28928
.github/workflows/ci.yml
@@ -66,6 +66,13 @@ jobs:
66
- name: Perform CodeQL Analysis
67
uses: github/codeql-action/analyze@v2
68
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
76
analyze:
77
runs-on: ubuntu-latest
78
permissions:
GitVersion.yml
@@ -56,4 +56,4 @@ branches:
56
ignore:
57
sha: []
58
merge-message-formats: {}
59
-next-version: 0.2.10
+next-version: 0.2.13
0 commit comments