We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963540a commit c3dadb6Copy full SHA for c3dadb6
1 file changed
src/Traversal/Sdk/Traversal.targets
@@ -241,7 +241,7 @@
241
DependsOnTargets="$(PublishDependsOn)"
242
Condition=" '$(IsGraphBuild)' != 'true' ">
243
<MSBuild Projects="@(ProjectReference)"
244
- Properties="$(TraversalPublishGlobalProperties)"
+ Properties="$(TraversalPublishGlobalProperties); %(ProjectReference.SetConfiguration); %(ProjectReference.SetPlatform); %(ProjectReference.SetTargetFramework)"
245
Targets="Publish"
246
Condition="'%(ProjectReference.Publish)' != 'false'"
247
BuildInParallel="$([MSBuild]::ValueOrDefault('%(ProjectReference.PublishInParallel)',
0 commit comments