You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MSBuild.Sdk.SqlProj/Sdk/Sdk.targets
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@
271
271
272
272
<!-- 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 -->
273
273
<TargetName="Publish"
274
-
Condition="$(IsPublishable) == 'true'"
274
+
Condition="'$(IsPublishable)' == 'true'"
275
275
DependsOnTargets="$(PublishDependsOn)" />
276
276
277
277
<!-- Performs a publish of the .dacpac produced by build to a configurable target server -->
0 commit comments