From 1e1a9e37afb5e9125543a3fe64731e64d8335ed6 Mon Sep 17 00:00:00 2001 From: Jacqulinegutierrez23/ Hello world! <99117239+Jacqulinegutierrez23@users.noreply.github.com> Date: Wed, 2 Mar 2022 13:25:37 -0600 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8822e43..672970f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,8 +17,8 @@ steps: name: 'SimpleAPI' inputs: command: 'publish' - publishWebProjects: false - modifyOutputPath: false + publishWebProjects: true + modifyOutputPath: true arguments: '--configuration $(buildConfiguration) -o $(Pipeline.Workspace)/publish/SimpleAPI' - task: PublishPipelineArtifact@1 inputs: