From 44a516bb34d7bae0ea93a886c417bd64e371e071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Denuzi=C3=A8re?= Date: Sun, 8 Dec 2024 13:54:46 +0100 Subject: [PATCH] fix(build): Always include CssScopes.fs as CompileBefore --- src/Bolero.Build/Bolero.Build.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bolero.Build/Bolero.Build.targets b/src/Bolero.Build/Bolero.Build.targets index 72e9170..85df8c3 100644 --- a/src/Bolero.Build/Bolero.Build.targets +++ b/src/Bolero.Build/Bolero.Build.targets @@ -15,7 +15,8 @@ <_BoleroApplyCssScopesBeforeTargets>ResolveScopedCssOutputs;CoreCompile - + + @@ -40,7 +41,6 @@ Inputs="@(_BoleroScopedCss);$(MSBuildThisFileFullPath)" Outputs="$(_BoleroScopedCssSourceFile)"> - <_ScopedCss Include="@(_BoleroScopedCss)" />