diff --git a/.azure/pipelines/azure-pipelines-deploy.yml b/.azure/pipelines/azure-pipelines-deploy.yml index e36e078b..6c883ea8 100644 --- a/.azure/pipelines/azure-pipelines-deploy.yml +++ b/.azure/pipelines/azure-pipelines-deploy.yml @@ -75,6 +75,7 @@ stages: Write-Host "Performing Git Checkout" git checkout -b master + git branch --set-upstream-to=origin/master master Write-Host "Performing a Git Pull" git pull --force