From e9082dafa64c4b00ebd4e9030357ba81d39684ed Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:43:27 +0100 Subject: [PATCH] clean apidocs before upload --- build/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 347efcc552..19dc9adaef 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -737,6 +737,7 @@ stages: storage: umbracoapidocs ContainerName: '$web' BlobPrefix: v$(umbracoMajorVersion)/csharp + CleanTargetBeforeCopy: true - job: displayName: Upload js Docs steps: @@ -759,3 +760,4 @@ stages: storage: umbracoapidocs ContainerName: '$web' BlobPrefix: v$(umbracoMajorVersion)/ui + CleanTargetBeforeCopy: true