From 94a3973f9231c144298876e5ed6530385a89a7eb Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Thu, 22 Apr 2021 10:18:17 +1000 Subject: [PATCH] Enable retained runs. (#14960) --- eng/pipelines/templates/stages/archetype-js-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/templates/stages/archetype-js-release.yml b/eng/pipelines/templates/stages/archetype-js-release.yml index a079f86cc6be..151a23619015 100644 --- a/eng/pipelines/templates/stages/archetype-js-release.yml +++ b/eng/pipelines/templates/stages/archetype-js-release.yml @@ -32,6 +32,7 @@ stages: deploy: steps: - checkout: self + - template: /eng/common/pipelines/templates/steps/retain-run.yml - template: /eng/common/pipelines/templates/steps/set-test-pipeline-version.yml parameters: PackageName: "@azure/template"