Skip to content

Commit

Permalink
Update devops-integration.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Dec 11, 2023
1 parent 9fe06e1 commit 81dda88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devops-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@ steps:
specificBuildWithTriggering: true
buildVersionToDownload: 'latest'
downloadType: 'single'
artifactName: 'SurveyJSLibraryBuild'
artifactName: 'SurveyJSLibraryBuildCoreAngularJquery'
downloadPath: '$(System.ArtifactsDirectory)'

- task: CopyFiles@2
inputs:
SourceFolder: "$(System.ArtifactsDirectory)/SurveyJSLibraryBuild/packages/survey-core"
SourceFolder: "$(System.ArtifactsDirectory)/SurveyJSLibraryBuildCoreAngularJquery/packages/survey-core"
Contents: "**"
TargetFolder: "$(Build.SourcesDirectory)/survey-analytics/node_modules/survey-core"
OverWrite: true

# npm run release with version
- task: CopyFiles@2
inputs:
SourceFolder: '$(System.ArtifactsDirectory)/SurveyJSLibraryBuild/'
SourceFolder: '$(System.ArtifactsDirectory)/SurveyJSLibraryBuildCoreAngularJquery/'
Contents: 'version.txt'
TargetFolder: '$(Build.SourcesDirectory)/'
OverWrite: true
Expand Down

0 comments on commit 81dda88

Please sign in to comment.