From 4653572e91b496c2c08e364bf5848b059d400a12 Mon Sep 17 00:00:00 2001 From: hgj52 <61498977+hgj52@users.noreply.github.com> Date: Wed, 26 Feb 2020 16:20:40 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b59a39..d42eb01 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ steps: inputs: command: 'publish' publishWebProjects: false - projects: '**/*.csproj' + projects: 'OneTooXRestArchiveTest.csproj' arguments: '-r win-x64 --self-contained false /p:PublishSingleFile=true -o $(Build.ArtifactStagingDirectory)/win-x64/' - task: DotNetCoreCLI@2 displayName: Build for linux