File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 99 <Target Name =" CopyCss" AfterTargets =" Build" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" >
1010 <Message Text =" Copy bootstrap assets ..." Importance =" high" ></Message >
1111 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'!='Debug'" ></Copy >
12- <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min. js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'=='Debug'" ></Copy >
12+ <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'=='Debug'" ></Copy >
1313 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.min.css" SkipUnchangedFiles =" true" ></Copy >
1414 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.rtl.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.rtl.min.css" SkipUnchangedFiles =" true" ></Copy >
1515
You can’t perform that action at this time.
0 commit comments