Skip to content

Commit 6a07999

Browse files
authored
Merge pull request #207 from Azure/arroyc/update-codeql-pipeline
remove exclude path pattern for codeql pipeline
2 parents 450e22b + 726af30 commit 6a07999

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

codeql.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ trigger:
55
branches:
66
include:
77
- dev
8-
- v2.x
98

109
jobs:
1110
- job: "Build_And_Test_Java_Library_Windows"
1211
variables:
1312
ApplicationInsightAgentVersion: 3.4.16
1413
Codeql.Enabled: true
1514
Codeql.Language: java
16-
Codeql.ExcludePathPatterns: $(Build.SourcesDirectory)
1715

1816
pool:
1917
name: '1ES-Hosted-AzFunc'
@@ -40,7 +38,6 @@ jobs:
4038
inputs:
4139
Enabled: true
4240
Language: java
43-
ExcludePathPatterns: $(Build.SourcesDirectory)
4441

4542
- pwsh: '& .\build.ps1'
4643
displayName: 'Build project with java library'

0 commit comments

Comments
 (0)