Skip to content

Commit

Permalink
Updating Sdk.targets to bring support for BuildExtensionConfiguration…
Browse files Browse the repository at this point in the history
… and DeployExtnsionConfiguration
  • Loading branch information
Ri7Sh authored Jun 28, 2024
1 parent b4996f1 commit 93f02c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Microsoft.Build.Sql/sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
<Build Remove="@(PreDeploy)" />
<Build Remove="@(PostDeploy)" />
<Build Remove="@(None)" />
<Build Remove="@(BuildExtensionConfiguration)" />
<Build Remove="@(DeployExtensionConfiguration)" />
</ItemGroup>

<!-- Target to resolve package references into database references to the underlying DACPACs inside the packages -->
Expand Down

0 comments on commit 93f02c6

Please sign in to comment.