linux build: fix step condition

pull/110855/head
João Moreno 2020-11-18 10:48:49 +01:00
parent 11d9d4da8f
commit f6f12c1bcf
No known key found for this signature in database
GPG Key ID: 896B853774D1A575
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ steps:
- script: |
echo -n $VSCODE_ARCH > .build/arch
displayName: Prepare arch cache flag
condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'))
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
inputs: