From ba5b0080a6121f5e2562e91752411d521cf7d19b Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Tue, 6 Sep 2022 16:01:54 -0700 Subject: [PATCH] Add `persistCredentials: true` to checkout Needed to address https://github.com/microsoft/beachball/issues/674 --- .ado/templates/checkout-full.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ado/templates/checkout-full.yml b/.ado/templates/checkout-full.yml index 162cadead98..49ad6fb69e9 100644 --- a/.ado/templates/checkout-full.yml +++ b/.ado/templates/checkout-full.yml @@ -5,3 +5,4 @@ steps: clean: false submodules: false lfs: false + persistCredentials: true