Skip to content

Commit b75f3cd

Browse files
committed
chore: 更改任务名称
1 parent a7d2b8c commit b75f3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Copy SourceFiles="$(BootstrapOriginJsFile)" DestinationFiles="$(BootstrapTargetJsFile)" SkipUnchangedFiles="true"></Copy>
1919
</Target>
2020

21-
<Target Name="Bundler" AfterTargets="CopyJs" Condition="'$(TargetFramework)' == '$(RunTargetFramework)'" Inputs="$(StyleFile)" Outputs="$(BundleStyleFile)">
21+
<Target Name="CssBundler" AfterTargets="CopyJs" Condition="'$(TargetFramework)' == '$(RunTargetFramework)'" Inputs="$(StyleFile)" Outputs="$(BundleStyleFile)">
2222
<Exec Command="dotnet tool restore"></Exec>
2323
<Message Text="Bundler min css ..." Importance="high"></Message>
2424
<Exec Command="dotnet css-bundler .\bundler.json"></Exec>

0 commit comments

Comments
 (0)