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