Skip to content

Commit bb7dedd

Browse files
committed
Fix extensions project build in CI
1 parent c285c46 commit bb7dedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Resolve project directory
4848
shell: pwsh
4949
run: |
50-
$roslynProjects = @('Analyzers', 'CodeFixers', 'HighPerformance', 'SourceGenerators')
50+
$roslynProjects = @('Analyzers', 'CodeFixers', 'Extensions', 'HighPerformance', 'SourceGenerators')
5151
5252
if ($roslynProjects -contains '${{ matrix.project }}') {
5353
$projectFolder = 'roslyn'

0 commit comments

Comments
 (0)