diff --git a/.azure/pipelines/azure-pipelines-deploy.yml b/.azure/pipelines/azure-pipelines-deploy.yml index 8451fb0c..fee62dda 100644 --- a/.azure/pipelines/azure-pipelines-deploy.yml +++ b/.azure/pipelines/azure-pipelines-deploy.yml @@ -110,6 +110,12 @@ stages: git config --global user.email "${{parameters.GitEmail}}" git config --global user.name "${{parameters.GitUsername}}" + Write-Host "Setting up the configuration" + git config pull.rebase false + + Write-Host "Performing a Git Checkout" + git checkout master + Write-Host "Performing Git Add" git add .