diff --git a/build/azure-pipelines/publish-types/publish-types.yml b/build/azure-pipelines/publish-types/publish-types.yml index 683f20b254..f83971d31e 100644 --- a/build/azure-pipelines/publish-types/publish-types.yml +++ b/build/azure-pipelines/publish-types/publish-types.yml @@ -52,6 +52,7 @@ steps: # Sync up to latest from the DT repo git remote add upstream https://github.com/DefinitelyTyped/DefinitelyTyped.git + git fetch upstream git merge upstream/master git push origin