From 8e171ec2afb4b9557de8fb1ea200bd72802afb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 7 Jan 2023 10:29:14 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d7dde9..f99495b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,10 @@ steps: arguments: '--configuration $(BuildConfiguration) --framework $(dotNetFramework) --runtime $(targetRuntime) --self-contained $(selfContained) --output $(Build.ArtifactStagingDirectory)' workingDirectory: 'WebAPI' zipAfterPublish: False +- task: DeleteFiles@1 + inputs: + SourceFolder: '$(Build.ArtifactStagingDirectory)/Frontend' + Contents: 'appsettings.Development.json' # End: Build WebAPI # Start: Build Frontend - task: NodeTool@0