From 887e62d6f01326c56077156f5c15dcaa913a87b9 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Sat, 1 Feb 2020 11:21:05 -0700 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 030c126d..ebe0b3c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,13 +44,14 @@ steps: projects: '**/*.Test.csproj' arguments: '/p:Platform=x64' - - task: DotNetCoreCLI@2 - displayName: "Publish Release" inputs: command: 'publish' + publishWebProjects: false projects: 'Wabbajack\Wabbajack.csproj' - arguments: '--runtime win10-x64 --configuration Release /p:Platform=x64 -o $(System.DefaultWorkingDirectory)/Publish --self-contained' + zipAfterPublish: false + modifyOutputPath: false + arguments: '--runtime win10-x64 --configuration Release /p:Platform=x64 -o $(System.DefaultWorkingDirectory)/Publish --self-contained' - task: DownloadSecureFile@1 inputs: