We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963540a commit dbd35abCopy full SHA for dbd35ab
1 file changed
src/Traversal/Sdk/Traversal.targets
@@ -249,6 +249,7 @@
249
$([MSBuild]::ValueOrDefault('$(PublishInParallel)', '$(BuildInParallel)'))
250
))
251
))"
252
+ Properties="%(ProjectReference.SetConfiguration); %(ProjectReference.SetPlatform); %(ProjectReference.SetTargetFramework)"
253
SkipNonexistentProjects="$(SkipNonexistentProjects)"
254
SkipNonexistentTargets="$(SkipNonexistentTargets)"
255
StopOnFirstFailure="$(StopOnFirstFailure)"
0 commit comments