From 3700d40b29304d50d59c851a06e4036589251656 Mon Sep 17 00:00:00 2001 From: odalet-addup <57870277+odalet-addup@users.noreply.github.com> Date: Tue, 28 Jan 2020 11:17:57 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3266660..f4ee3d8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,6 +36,7 @@ steps: publishWebProjects: false projects: './xslt/netcore/xslt-netcore.csproj' arguments: '-c $(buildConfiguration) -r win-x64 --output $(Build.ArtifactStagingDirectory)/win-x64/ /p:PublishSingleFile=true /p:PublishTrimmed=true' + zipAfterPublish: false - task: DotNetCoreCLI@2 displayName: 'Build Linux .NET Core' inputs: @@ -43,6 +44,7 @@ steps: publishWebProjects: false projects: './xslt/netcore/xslt-netcore.csproj' arguments: '-c $(buildConfiguration) -r linux-x64 --output $(Build.ArtifactStagingDirectory)/linux-x64/ /p:PublishSingleFile=true /p:PublishTrimmed=true' + zipAfterPublish: false - task: PowerShell@2 displayName: 'DEBUGGING' inputs: