|
|
@ -1,12 +1,14 @@
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
artifactSource: 'true'
|
|
|
|
artifactSource: 'true'
|
|
|
|
|
|
|
|
cache: 'false'
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- task: DockerInstaller@0
|
|
|
|
- task: DockerInstaller@0
|
|
|
|
displayName: 'Prepare Environment'
|
|
|
|
displayName: 'Prepare Environment'
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
dockerVersion: '17.09.0-ce'
|
|
|
|
dockerVersion: '17.09.0-ce'
|
|
|
|
- task: CacheBeta@0
|
|
|
|
- ${{ if eq(parameterscache, 'true') }}:
|
|
|
|
|
|
|
|
- task: CacheBeta@0
|
|
|
|
displayName: 'Cache Build System'
|
|
|
|
displayName: 'Cache Build System'
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
key: yuzu-v1-$(BuildName)-$(BuildSuffix)-$(CacheSuffix)
|
|
|
|
key: yuzu-v1-$(BuildName)-$(BuildSuffix)-$(CacheSuffix)
|
|
|
|