Skip to content

Commit ba659d7

Browse files
authored
Improve target message
1 parent 0a35254 commit ba659d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/dynamic local db.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ before `</Project>`:
9999
</ItemGroup>
100100
101101
<Target Name="BuildDb" BeforeTargets="BeforeBuild" Inputs="@(BuildDbSqlScripts);@(BuildDbPsScript)" Outputs="SQL\%(BuildDbSqlScripts.DbName).mdf;SQL\%(BuildDbSqlScripts.DbName).ldf">
102-
<Message Text="DB build scripts changed. Building out database %(BuildDbSqlScripts.DbName) using script %(BuildDbSqlScripts.Identity)" Importance="High" />
102+
<Message Text="DB files missing or outdated. Building out database %(BuildDbSqlScripts.DbName) using script %(BuildDbSqlScripts.Identity)" Importance="High" />
103103
<Exec Command="PowerShell -NoProfile -ExecutionPolicy Bypass -Command &quot;&amp; { @(BuildDbPsScript) -DbName %(BuildDbSqlScripts.DbName) -DbScript %(BuildDbSqlScripts.Identity) }&quot;" />
104104
</Target>
105105
@@ -137,4 +137,4 @@ Management Studio (SSMS):
137137
(NOEXPAND)` hint in your SQL, you need the indexes too, which are not enabled
138138
by default. In this case, enable "Script indexes" under the "Table and view
139139
options" heading.
140-
*)
140+
*)

0 commit comments

Comments
 (0)