From e0956204ca55a722186f0b69320df202f1c699fe Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Sun, 2 Feb 2025 01:24:43 +0100 Subject: [PATCH] Fix NpmRunBuild condition --- src/Elastic.Markdown/Elastic.Markdown.csproj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Elastic.Markdown/Elastic.Markdown.csproj b/src/Elastic.Markdown/Elastic.Markdown.csproj index 41406bb6..562447cc 100644 --- a/src/Elastic.Markdown/Elastic.Markdown.csproj +++ b/src/Elastic.Markdown/Elastic.Markdown.csproj @@ -32,8 +32,13 @@ 2. Run npm run build before building the .NET project. MSBuild runs NpmInstall before this task because of the DependsOnTargets attribute. --> - - + +