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

Updated pipelines configs

This commit is contained in:
Michael Gordeev
2020-03-14 23:14:52 +03:00
parent 620fec390d
commit 8474e519e0
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -68,7 +68,9 @@ steps:
displayName: 'Copy changelog to output' displayName: 'Copy changelog to output'
inputs: inputs:
SourceFolder: '$(Build.SourcesDirectory)/changelogs' SourceFolder: '$(Build.SourcesDirectory)/changelogs'
Contents: 'android.xml' Contents: |
'android.xml'
'changelog.md'
TargetFolder: '$(outputDirectory)' TargetFolder: '$(outputDirectory)'
- task: PowerShell@2 - task: PowerShell@2
+3 -1
View File
@@ -71,7 +71,9 @@ steps:
displayName: 'Copy changelog to output' displayName: 'Copy changelog to output'
inputs: inputs:
SourceFolder: '$(Build.SourcesDirectory)/changelogs' SourceFolder: '$(Build.SourcesDirectory)/changelogs'
Contents: 'windows.json' Contents: |
'windows.json'
'changelog.md'
TargetFolder: '$(Build.ArtifactStagingDirectory)' TargetFolder: '$(Build.ArtifactStagingDirectory)'
- task: PublishBuildArtifacts@1 - task: PublishBuildArtifacts@1