From 50c5df869326936aa3fa2fbda0e38b9ccc17fd4a Mon Sep 17 00:00:00 2001 From: Morty Space <43354956+mortyspace@users.noreply.github.com> Date: Wed, 23 Dec 2020 20:07:51 +0200 Subject: [PATCH] Credentials fix --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c04069a..b0685af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,8 @@ strategy: steps: - checkout: self + persistCredentials: true + clean: true - task: UsePythonVersion@0 inputs: