|
|
|
@ -1,11 +1,13 @@ |
|
|
|
parameters: |
|
|
|
artifactSource: 'true' |
|
|
|
cache: 'false' |
|
|
|
|
|
|
|
steps: |
|
|
|
- task: DockerInstaller@0 |
|
|
|
displayName: 'Prepare Environment' |
|
|
|
inputs: |
|
|
|
dockerVersion: '17.09.0-ce' |
|
|
|
- ${{ if eq(parameterscache, 'true') }}: |
|
|
|
- task: CacheBeta@0 |
|
|
|
displayName: 'Cache Build System' |
|
|
|
inputs: |
|
|
|
|