Skip to content

Commit

Permalink
Update build-packages.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Apr 30, 2024
1 parent 46e3de4 commit 73ae588
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,12 @@ jobs:
- task: CopyFiles@2
inputs:
SourceFolder: '$(Build.SourcesDirectory)/survey-creator/docs'
Contents: |
classes.json
pmes.json
surveyjs_definition.json
TargetFolder: '$(Build.SourcesDirectory)/service/surveyjs.io/App_Data/DocsEditor'
CleanTargetFolder: true
CleanTargetFolder: false
displayName: 'Copy root docs to the local surveyjs/service repo'

- task: CopyFiles@2
Expand Down

0 comments on commit 73ae588

Please sign in to comment.