diff options
| author | 2019-08-01 21:09:11 -0400 | |
|---|---|---|
| committer | 2019-08-01 21:09:11 -0400 | |
| commit | d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0 (patch) | |
| tree | b7d7856d81efe053342b1d3135039a67bb0ad300 /.ci/templates | |
| parent | ci: Fix Azure PR Builds (diff) | |
| download | yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.gz yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.xz yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.zip | |
Add missing dot
Diffstat (limited to '.ci/templates')
| -rw-r--r-- | .ci/templates/build-single.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/build-single.yml b/.ci/templates/build-single.yml index ec5d1e3c6..357731eb9 100644 --- a/.ci/templates/build-single.yml +++ b/.ci/templates/build-single.yml | |||
| @@ -7,7 +7,7 @@ steps: | |||
| 7 | displayName: 'Prepare Environment' | 7 | displayName: 'Prepare Environment' |
| 8 | inputs: | 8 | inputs: |
| 9 | dockerVersion: '17.09.0-ce' | 9 | dockerVersion: '17.09.0-ce' |
| 10 | - ${{ if eq(parameterscache, 'true') }}: | 10 | - ${{ if eq(parameters.cache, 'true') }}: |
| 11 | - task: CacheBeta@0 | 11 | - task: CacheBeta@0 |
| 12 | displayName: 'Cache Build System' | 12 | displayName: 'Cache Build System' |
| 13 | inputs: | 13 | inputs: |