File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
azure-pipelines-templates Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -7,31 +7,6 @@ parameters:
77 default : $(Build.SourcesDirectory)
88
99steps :
10- - task : Cache@2
11- inputs :
12- key : " 1-12-1 | ninjaKey"
13- restoreKeys : ninjaKey
14- path : $(Agent.TempDirectory)/ninja
15- cacheHitVar : NINJA_CACHE_RESTORED
16- displayName : Cache Ninja
17-
18- - task : PowerShell@2
19- condition : ne(variables.NINJA_CACHE_RESTORED, 'true')
20- displayName : Download Ninja
21- inputs :
22- targetType : " filePath"
23- filePath : ' ${{ parameters.repoDirectory }}\install-scripts\install-ninja.ps1'
24- failOnStderr : true
25-
26- - task : ExtractFiles@1
27- inputs :
28- archiveFilePatterns : ' $(Agent.TempDirectory)\ninja.zip'
29- destinationFolder : ' $(Agent.TempDirectory)\ninja'
30- condition : ne(variables.NINJA_CACHE_RESTORED, 'true')
31- displayName : Extract Ninja
32-
33- - script : echo "##vso[task.prependpath]$(Agent.TempDirectory)\ninja"
34- displayName : Tweak PATH with Ninja
3510
3611 - script : |
3712 ninja --version
You can’t perform that action at this time.
0 commit comments