From bfd2dc4fc6b3c9bf2d80627ff59f670a0e3f87d8 Mon Sep 17 00:00:00 2001 From: alvaron14 <42387666+alvaron14@users.noreply.github.com> Date: Tue, 29 Dec 2020 02:36:40 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 50e5a58..e932055 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,5 +17,6 @@ steps: - task: DotNetCoreCLI@2 inputs: - command: 'run' + command: 'publish' + publishWebProjects: false projects: '**/*.csproj' \ No newline at end of file