Skip to content

Commit

Permalink
Clean up extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed Nov 21, 2024
1 parent 04167ac commit eece430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Build.Sql/sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<BuiltProjectOutputGroupOutput Include="$(SqlTargetPath)" TargetPath="$(SqlTargetFile)" FinalOutputPath="$(SqlTargetPath)" />
</ItemGroup>
</Target>

<Target Name="AddDacpacToPublishList" BeforeTargets="ComputeResolvedFilesToPublishList">
<ItemGroup>
<ResolvedFileToPublish Include="$(SqlTargetPath)" RelativePath="$(SqlTargetFile)" CopyToPublishDirectory="PreserveNewest" />
Expand Down

0 comments on commit eece430

Please sign in to comment.