Skip to content

Commit

Permalink
Ensure that CssScopes is regenerated after Bolero.Build upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Jun 17, 2023
1 parent eac9d7f commit ad4cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bolero.Build/Bolero.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<!-- Generate CssScopes.fs and add *.bolero.css to Razor's _ScopedCss -->
<Target Name="_BoleroApplyCssScopes" DependsOnTargets="_BoleroComputeCssScope" BeforeTargets="_ResolveScopedCssOutputs;CoreCompile"
Inputs="@(_BoleroScopedCss)" Outputs="$(_BoleroScopedCssSourceFile)">
Inputs="@(_BoleroScopedCss);$(MSBuildThisFileFullPath)" Outputs="$(_BoleroScopedCssSourceFile)">
<BoleroApplyCssScopes ScopedCss="@(_BoleroScopedCss)" ScopedCssSourceFile="$(_BoleroScopedCssSourceFile)" />
<ItemGroup>
<CompileBefore Include="$(_BoleroScopedCssSourceFile)" />
Expand Down

0 comments on commit ad4cf72

Please sign in to comment.