From fa4d9a202b17f1f8835bcfba5f9f4b68c035dfb1 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 14:57:49 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cfa4819..a0a173d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,9 +42,9 @@ steps: password: '.22ma1rzqi14' rootDirectory: '$(Agent.BuildDirectory)/upload' filePatterns: '**' - remoteDirectory: '/html/apps/$(Build.BuildId)/' + remoteDirectory: '/html/apps/technikum/' clean: false - cleanContents: false + cleanContents: true preservePaths: true trustSSL: false displayName: upload specified folder to webspace