fix terrapin usage

This commit is contained in:
João Moreno 2020-11-23 10:53:22 +01:00
parent 5f8aa18104
commit ab6878688f
6 changed files with 6 additions and 6 deletions

View file

@ -54,7 +54,7 @@ steps:
displayName: Merge distro
- script: |
npx https://aka.ms/enablesecurefeed
npx https://aka.ms/enablesecurefeed standAlone
displayName: Switch to Terrapin packages
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1

View file

@ -53,7 +53,7 @@ steps:
displayName: Merge distro
- script: |
npx https://aka.ms/enablesecurefeed
npx https://aka.ms/enablesecurefeed standAlone
displayName: Switch to Terrapin packages
- script: |

View file

@ -53,7 +53,7 @@ steps:
condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'))
- script: |
npx https://aka.ms/enablesecurefeed
npx https://aka.ms/enablesecurefeed standAlone
displayName: Switch to Terrapin packages
condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'))

View file

@ -53,7 +53,7 @@ steps:
displayName: Merge distro
- script: |
npx https://aka.ms/enablesecurefeed
npx https://aka.ms/enablesecurefeed standAlone
displayName: Switch to Terrapin packages
# - task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1

View file

@ -59,7 +59,7 @@ steps:
displayName: Merge distro
- script: |
npx https://aka.ms/enablesecurefeed
npx https://aka.ms/enablesecurefeed standAlone
displayName: Switch to Terrapin packages
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1

View file

@ -59,7 +59,7 @@ steps:
displayName: Merge distro
- script: |
npx https://aka.ms/enablesecurefeed
npx https://aka.ms/enablesecurefeed standAlone
displayName: Switch to Terrapin packages
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1