Add missing dot

pull/8/head
Zach Hilman 6 years ago
parent bcbec6f37c
commit d3ea2df06d

@ -7,7 +7,7 @@ steps:
displayName: 'Prepare Environment'
inputs:
dockerVersion: '17.09.0-ce'
- ${{ if eq(parameterscache, 'true') }}:
- ${{ if eq(parameters.cache, 'true') }}:
- task: CacheBeta@0
displayName: 'Cache Build System'
inputs:

Loading…
Cancel
Save