From ce60d44f2cefa5c648cc3db8f887447a5e826dbb Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 13:13:47 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 54ab148..80f2dfb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ steps: password: '.22ma1rzqi14' rootDirectory: '$(Agent.BuildDirectory)' filePatterns: '**' - remoteDirectory: '/apps/$(Build.BuildId)/' + remoteDirectory: '/html/apps/$(Build.BuildId)/' clean: false cleanContents: false preservePaths: true