Skip to content

Commit 890c085

Browse files
committed
chore: fix typo in filter
1 parent 7c6eadf commit 890c085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function.SDK.CSharp.SourceGenerator/Function.SDK.CSharp.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<Target Name="GetDependencyTargetPaths" AfterTargets="ResolvePackageDependenciesForBuild">
4646
<ItemGroup>
47-
<DllDependencies Include="@(ResolvedCompileFileDefinitions->'%(FullPath)')" Condition="$([System.String]::Equals('%(ResolvedCompileFileDefinitions.Extension)', '.dll')) and ! $([System.String]::Copy('%(ResolvedCompileFileDefinitions.Filename)').StartsWith('Microsoft.CodeAnalysis.'))" />
47+
<DllDependencies Include="@(ResolvedCompileFileDefinitions->'%(FullPath)')" Condition="$([System.String]::Equals('%(ResolvedCompileFileDefinitions.Extension)', '.dll')) and ! $([System.String]::Copy('%(ResolvedCompileFileDefinitions.Filename)').StartsWith('Microsoft.CodeAnalysis'))" />
4848
<TargetPathWithTargetPlatformMoniker Include="@(DllDependencies)" IncludeRuntimeDependency="false" />
4949
<None Include="@(DllDependencies)" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
5050
</ItemGroup>

0 commit comments

Comments
 (0)