summaryrefslogtreecommitdiff
path: root/tests/build.proj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build.proj')
-rw-r--r--tests/build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/build.proj b/tests/build.proj
index 0dfd84d47b..63db903219 100644
--- a/tests/build.proj
+++ b/tests/build.proj
@@ -38,6 +38,7 @@
<!-- Create a collection of all project.json files for dependency updates. -->
<ItemGroup>
<ProjectJsonFiles Include="$(SourceDir)**\project.json" />
+ <ProjectJsonFiles Include="$(ProjectDir)scripts\**\project.json" />
</ItemGroup>
<Target Name="UpdatePackageDependencyVersion">