From 6ebeb8217bc7cec7afc4d6b4f4243e071dfa96db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 19 Jun 2024 18:45:57 +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 0d8e071..4b9ecc4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ steps: displayName: 'npm install and build' - task: CopyFiles@2 inputs: - SourceFolder: '$(Build.Repository.LocalPath)/Frontend/dist/diunaBI' + SourceFolder: '$(Build.Repository.LocalPath)/Frontend/dist/diunaBI/browser' Contents: '**' TargetFolder: '$(Build.ArtifactStagingDirectory)/Frontend' - task: replacetokens@5