Skip to content

Commit 32116cc

Browse files
committed
Fix unit tests by fixing PublishContainerDependsOn
1 parent 728db3f commit 32116cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traversal/Sdk/Traversal.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</PublishDependsOn>
105105

106106
<PublishContainerDependsOn Condition="'$(NoBuild)' != 'true'">
107-
Publish;
107+
Build;
108108
</PublishContainerDependsOn>
109109

110110
<PublishContainerDependsOn Condition="'$(NoBuild)' == 'true'">

0 commit comments

Comments
 (0)