Skip to content

Commit f308f53

Browse files
committed
Add custom message
1 parent 8162a6a commit f308f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MarketingDashboard/MarketingDashboard.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<Exec Condition="Exists('$(SpaRoot)')" WorkingDirectory="$(SpaRoot)" Command="git pull origin master" />
4141
<Message Condition="!Exists('$(SpaRoot)node_modules')" Importance="high" Text="Custom message: Restoring dependencies using 'npm'. This may take several minutes..." />
4242
<Exec Condition="!Exists('$(SpaRoot)node_modules')" WorkingDirectory="$(SpaRoot)" Command="npm install" />
43+
<Message Condition="!Exists('$(SpaRoot)node_modules')" Importance="high" Text="Custom message: Dependencies are installed" />
4344
</Target>
4445

4546
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">

0 commit comments

Comments
 (0)