From eaed51f6a3a5ff3c87327bdc18eb8797e141940a Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 28 Jan 2020 19:17:49 +0300 Subject: [PATCH] Updated pipeline config --- azure-pipelines.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 344a2d8..d892aa7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,14 +16,10 @@ steps: - task: NuGetCommand@2 inputs: restoreSolution: '**/*.sln' - -- task: WhiteSource Bolt@20 - inputs: - cwd: '**' - task: ResharperCli@2 inputs: - solutionOrProjectPath: '**/*.sln' + solutionOrProjectPath: 'GUT.Schedule/GUT.Schedule.sln' failBuildLevelSelector: 'Error' failBuildOnCodeIssues: false @@ -43,6 +39,12 @@ steps: **/**.pdb **/**.dll +- task: CopyFiles@2 + inputs: + SourceFolder: '$(Build.SourcesDirectory)' + Contents: 'changelog.md' + TargetFolder: '$(outputDirectory)' + - task: PublishBuildArtifacts@1 inputs: PathtoPublish: '$(outputDirectory)'