diff --git a/reverse-proxy/azure-pipelines.yaml b/reverse-proxy/azure-pipelines.yaml index d3dc670bc..01916de5e 100644 --- a/reverse-proxy/azure-pipelines.yaml +++ b/reverse-proxy/azure-pipelines.yaml @@ -12,7 +12,7 @@ pool: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 100 - task: CopyFiles@2 displayName: stage files diff --git a/services/Directory/azure-pipelines.api.yaml b/services/Directory/azure-pipelines.api.yaml index a911b9e9d..0f5432daa 100644 --- a/services/Directory/azure-pipelines.api.yaml +++ b/services/Directory/azure-pipelines.api.yaml @@ -45,7 +45,7 @@ variables: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 100 - task: Docker@2 displayName: build diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index c0b511da6..7a366b07b 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -21,7 +21,7 @@ variables: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 100 - task: Docker@2 displayName: build