Browse Source

Add missing dot

Zach Hilman 7 năm trước cách đây
mục cha
commit
d3ea2df06d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .ci/templates/build-single.yml

+ 1 - 1
.ci/templates/build-single.yml

@@ -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: