File tree Expand file tree Collapse file tree
common/config/azure-pipelines Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ extends:
4242 - output : pipelineArtifact
4343 targetPath : $(Build.ArtifactStagingDirectory)/packages
4444 artifactName : packages
45- - output : pipelineArtifact
46- targetPath : $(Build.ArtifactStagingDirectory)/api
47- artifactName : api
4845 steps :
4946 - checkout : self
5047 persistCredentials : true
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ extends:
4242 - output : pipelineArtifact
4343 targetPath : $(Build.ArtifactStagingDirectory)/packages
4444 artifactName : packages
45- - output : pipelineArtifact
46- targetPath : $(Build.ArtifactStagingDirectory)/api
47- artifactName : api
4845 steps :
4946 - checkout : self
5047 persistCredentials : true
Original file line number Diff line number Diff line change 33 displayName : ' Record Published Versions'
44 - script : ' node repo-scripts/repo-toolbox/lib-commonjs/start.js collect-json-schemas --output-path $(Build.ArtifactStagingDirectory)/json-schemas'
55 displayName : ' Collect JSON Schemas'
6- - bash : |
7- set -e
8- mkdir -p "$(Build.ArtifactStagingDirectory)/api"
9- cp common/temp/api/*.api.json "$(Build.ArtifactStagingDirectory)/api/"
10- displayName: 'Collect API review files'
You can’t perform that action at this time.
0 commit comments