From bf52028aadd350a4d9382dce385219128a3da891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 11 Dec 2018 14:24:29 +0000 Subject: [PATCH] Work CD-CI ***NO_CI*** MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix git identity parameters Signed-off-by: José Simões --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8c2021b7..dc66e096 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,8 +46,8 @@ steps: persistCredentials: true - script: | - git config --global user.email 'nfbot' - git config --global user.name 'nanoframework@outlook.com' + git config --global user.email 'nanoframework@outlook.com' + git config --global user.name 'nfbot' displayName: Setup git identity - task: NuGetToolInstaller@0