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 c083964 commit e5b47bcCopy full SHA for e5b47bc
azure-pipelines-templates/download-install-ninja.yml
@@ -32,3 +32,7 @@ steps:
32
33
- script: echo "##vso[task.prependpath]$(Agent.TempDirectory)\ninja"
34
displayName: Tweak PATH with Ninja
35
+
36
+ - script: |
37
+ ninja --version
38
+ displayName: Ninja Version Check
0 commit comments