Skip to content

Commit 46194c8

Browse files
committed
修复 CI
1 parent 68d1c30 commit 46194c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DotNetCampus.CommandLine/Package/build/Package.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project>
22

33
<PropertyGroup>
4-
<InterceptorsNamespaces>$(InterceptorsNamespaces);DotNetCampus.CommandLine.Compiler</InterceptorsNamespaces>
54
<DotNetCampusCommandLineUseInterceptor Condition="'$(DotNetCampusCommandLineUseInterceptor)' == ''">true</DotNetCampusCommandLineUseInterceptor>
5+
<InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);DotNetCampus.CommandLine.Compiler</InterceptorsPreviewNamespaces>
6+
<InterceptorsNamespaces>$(InterceptorsNamespaces);DotNetCampus.CommandLine.Compiler</InterceptorsNamespaces>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)