Skip to content

Commit ea795a0

Browse files
Update src/JD.Efcpt.Build/buildTransitive/JD.Efcpt.Build.targets
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dab82d6 commit ea795a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/JD.Efcpt.Build/buildTransitive/JD.Efcpt.Build.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
<!-- DataAccess projects that reference this SQL project will wait for this to complete -->
226226
<Target Name="AfterSqlProjGeneration"
227227
DependsOnTargets="EfcptAddSqlFileWarnings"
228+
BeforeTargets="Build"
228229
Condition="'$(EfcptEnabled)' == 'true' and '$(_EfcptIsSqlProject)' == 'true'">
229230
<Message Text="SQL script generation complete. SQL project will build to DACPAC." Importance="high" />
230231
</Target>

0 commit comments

Comments
 (0)