1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Updated pipeline config

This commit is contained in:
Michael Gordeev
2020-01-28 19:17:49 +03:00
parent 80beafc2a5
commit eaed51f6a3
+7 -5
View File
@@ -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)'