Skip to content

Commit 4b8eabf

Browse files
committed
[devops] Build the spawner before running the tests.
1 parent 66dad41 commit 4b8eabf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/devops/automation/templates/tests/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ steps:
7979
make -C src build/generator-frameworks.g.cs
8080
make -C src build/ios/Constants.cs
8181
make -C msbuild Versions.g.cs
82+
make -C tools/spawner
8283
workingDirectory: $(System.DefaultWorkingDirectory)/$(BUILD_REPOSITORY_TITLE)
83-
displayName: Generate constants files
84+
displayName: "Generate / compile dependencies"
8485
timeoutInMinutes: 15
8586

8687
- pwsh: >-

0 commit comments

Comments
 (0)