Skip to content

Commit ac96a86

Browse files
author
Andy
authored
Merge pull request #9963 from Microsoft/jake_runtests_services
Add servicesSources to the list of prerequisites for running tests
2 parents a32234c + 89788f8 commit ac96a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ var run = path.join(builtLocalDirectory, "run.js");
645645
compileFile(
646646
/*outFile*/ run,
647647
/*source*/ harnessSources,
648-
/*prereqs*/ [builtLocalDirectory, tscFile].concat(libraryTargets).concat(harnessSources),
648+
/*prereqs*/ [builtLocalDirectory, tscFile].concat(libraryTargets).concat(servicesSources).concat(harnessSources),
649649
/*prefixes*/ [],
650650
/*useBuiltCompiler:*/ true,
651651
/*opts*/ { inlineSourceMap: true, types: ["node", "mocha", "chai"] });

0 commit comments

Comments
 (0)