We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a9904 commit afd6120Copy full SHA for afd6120
1 file changed
.azure-pipelines/api-docs.yml
@@ -60,13 +60,13 @@ steps:
60
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."
61
}
62
- task: Npm@1
63
- displayName: 'Build $(npmBuildTag) TypeDoc'
+ displayName: 'Build Staging TypeDoc'
64
inputs:
65
command: 'custom'
66
verbose: ${{ parameters.verbose }}
67
- customCommand: 'run build:docs:$(npmBuildTag)'
+ customCommand: 'run build:docs:staging'
68
- task: ArchiveFiles@1
69
- displayName: 'Archive $(npmBuildTag) TypeDoc'
+ displayName: 'Archive Staging TypeDoc'
70
71
rootFolder: '$(build.sourcesDirectory)/typedocs/legacy'
72
includeRootFolder: false
0 commit comments