Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BuildToolsVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.26-prerelease-00829-01
1.0.26-prerelease-00901-01
4 changes: 2 additions & 2 deletions dir.traversal.targets
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@
<!-- To Serialize we use msbuild's batching functionality '%' to force it to batch all similar projects with the same identity
however since the project names are unique it will essentially force each to run in its own batch -->

<MSBuild Targets="PrepareForRun;Test"
<MSBuild Targets="Test"
Projects="@(ProjectsToTest)"
Condition="'$(SerializeProjects)'=='true' AND '%(Identity)' != ''"
Properties="DefaultBuildAllTarget=$(DefaultBuildAllTarget);BuildAllProjects=true"
ContinueOnError="ErrorAndContinue" />

<MSBuild Targets="PrepareForRun;Test"
<MSBuild Targets="Test"
Projects="@(ProjectsToTest)"
Condition="'$(SerializeProjects)'!='true'"
Properties="DefaultBuildAllTarget=$(DefaultBuildAllTarget);BuildAllProjects=true"
Expand Down