File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1818 <Copy SourceFiles =" $(BootstrapOriginJsFile)" DestinationFiles =" $(BootstrapTargetJsFile)" SkipUnchangedFiles =" true" ></Copy >
1919 </Target >
2020
21- <Target Name =" DotnetToolRestore" AfterTargets =" CopyJs" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" Inputs =" $(MSBuildThisFileDirectory)../../dotnet-tools.json" Outputs =" $(MSBuildThisFileDirectory)../../dotnet-tools.json" >
22- <Exec Command =" dotnet tool restore" ></Exec >
23- </Target >
24-
25- <Target Name =" CssBundler" AfterTargets =" DotnetToolRestore" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" Inputs =" $(StyleFile)" Outputs =" $(BundleStyleFile)" >
21+ <Target Name =" CssBundler" AfterTargets =" CopyJs" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" Inputs =" $(StyleFile)" Outputs =" $(BundleStyleFile)" >
2622 <Message Text =" Bundler min css ..." Importance =" high" ></Message >
23+ <Exec Command =" dotnet tool restore" ></Exec >
2724 <Exec Command =" dotnet css-bundler $(MSBuildThisFileDirectory)bundler.json" ></Exec >
2825 </Target >
2926
You can’t perform that action at this time.
0 commit comments