We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dad41 commit 4b8eabfCopy full SHA for 4b8eabf
tools/devops/automation/templates/tests/run-tests.yml
@@ -79,8 +79,9 @@ steps:
79
make -C src build/generator-frameworks.g.cs
80
make -C src build/ios/Constants.cs
81
make -C msbuild Versions.g.cs
82
+ make -C tools/spawner
83
workingDirectory: $(System.DefaultWorkingDirectory)/$(BUILD_REPOSITORY_TITLE)
- displayName: Generate constants files
84
+ displayName: "Generate / compile dependencies"
85
timeoutInMinutes: 15
86
87
- pwsh: >-
0 commit comments