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)'