From 72d2535ac40f0da2531b598377689804fb2f8bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 7 Jan 2023 11:31:01 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 237227a..f761db4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,9 @@ steps: - task: DeleteFiles@1 inputs: SourceFolder: '$(Build.ArtifactStagingDirectory)/WebAPI' - Contents: 'appsettings.Development.json' + Contents: | + appsettings.Development.json + client_secrets.Development.json # End: Build WebAPI # Start: Build Frontend - task: NodeTool@0