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: