fix windows cache key

This commit is contained in:
Joao Moreno
2019-07-03 22:47:27 +02:00
parent 2053c25281
commit 17b15afc0e
@@ -1,7 +1,7 @@
steps:
- script: |
mkdir .build -ea 0
echo $env:BUILD_SOURCEVERSION > .build\commit
"$env:BUILD_SOURCEVERSION`n" | Out-File -NoNewLine .build\commit
displayName: Prepare cache flag
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1