Skip to content

Commit e4325b5

Browse files
jmezachCopilot
andauthored
Update src/MSBuild.Sdk.SqlProj/Sdk/Sdk.targets
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 89de0d8 commit e4325b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MSBuild.Sdk.SqlProj/Sdk/Sdk.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271

272272
<!-- This target is run when using dotnet publish / Visual Studio publish. PublishDependsOn is set above to control what happens when using Publish in Visual Studio -->
273273
<Target Name="Publish"
274-
Condition="$(IsPublishable) == 'true'"
274+
Condition="'$(IsPublishable)' == 'true'"
275275
DependsOnTargets="$(PublishDependsOn)" />
276276

277277
<!-- Performs a publish of the .dacpac produced by build to a configurable target server -->

0 commit comments

Comments
 (0)