diff --git a/.azure-pipelines/templates/steps/cache.yaml b/.azure-pipelines/templates/steps/cache.yaml index a86689357..56758e9a7 100644 --- a/.azure-pipelines/templates/steps/cache.yaml +++ b/.azure-pipelines/templates/steps/cache.yaml @@ -14,5 +14,5 @@ steps: - task: Cache@2 displayName: Restore ${{parameters.cacheIdent}} cache inputs: - key: '"${{parameters.cacheIdent}}" | ${{cacheKeys}}' - path: '${{cachePath}}' \ No newline at end of file + key: '"${{parameters.cacheIdent}}" | ${{parameters.cacheKeys}}' + path: '${{parameters.cachePath}}' \ No newline at end of file