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:
+7
-5
@@ -17,13 +17,9 @@ steps:
|
||||
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)'
|
||||
|
||||
Reference in New Issue
Block a user