From 6988b3f26cd8b3310690fc0201a0f8cc3b9d0fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 4 Jan 2023 22:36:25 +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 fc7cc65..aeaee17 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ steps: displayName: 'npm install and build' - task: CopyFiles@2 inputs: - SourceFolder: '$(Build.Repository.LocalPath)/Frontend/dist/diuna' + SourceFolder: '$(Build.Repository.LocalPath)/Frontend/dist/diunabi' Contents: '**' TargetFolder: '$(Build.ArtifactStagingDirectory)/Frontend' - task: ArchiveFiles@2