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:
@@ -69,8 +69,8 @@ steps:
|
||||
inputs:
|
||||
SourceFolder: '$(Build.SourcesDirectory)/changelogs'
|
||||
Contents: |
|
||||
'android.xml'
|
||||
'changelog.md'
|
||||
android.xml
|
||||
github.md
|
||||
TargetFolder: '$(outputDirectory)'
|
||||
|
||||
- task: PowerShell@2
|
||||
|
||||
@@ -72,9 +72,9 @@ steps:
|
||||
inputs:
|
||||
SourceFolder: '$(Build.SourcesDirectory)/changelogs'
|
||||
Contents: |
|
||||
'windows.json'
|
||||
'changelog.md'
|
||||
TargetFolder: '$(Build.ArtifactStagingDirectory)'
|
||||
android.xml
|
||||
github.md
|
||||
TargetFolder: '$(outputDirectory)'
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: 'Drop Artifact'
|
||||
|
||||
Reference in New Issue
Block a user