Skip to content

Commit afd6120

Browse files
authored
fix(api): Always build Staging together with Production tags aside. (#156)
1 parent 98a9904 commit afd6120

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.azure-pipelines/api-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ steps:
6060
Write-Output "Source branch is not a tag. To deploy api please create a tag. For testing purpose use `-alpha.x` or `-beta.x` suffix."
6161
}
6262
- task: Npm@1
63-
displayName: 'Build $(npmBuildTag) TypeDoc'
63+
displayName: 'Build Staging TypeDoc'
6464
inputs:
6565
command: 'custom'
6666
verbose: ${{ parameters.verbose }}
67-
customCommand: 'run build:docs:$(npmBuildTag)'
67+
customCommand: 'run build:docs:staging'
6868
- task: ArchiveFiles@1
69-
displayName: 'Archive $(npmBuildTag) TypeDoc'
69+
displayName: 'Archive Staging TypeDoc'
7070
inputs:
7171
rootFolder: '$(build.sourcesDirectory)/typedocs/legacy'
7272
includeRootFolder: false

0 commit comments

Comments
 (0)