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.
2 parents bfa9fe9 + c51b5de commit 9af72b7Copy full SHA for 9af72b7
common/config/azure-pipelines/templates/post-publish.yaml
@@ -22,7 +22,6 @@ steps:
22
displayName: 'Record Published Versions'
23
workingDirectory: '$(Agent.BuildDirectory)/tsdoc'
24
25
- - script: 'node repo-scripts/repo-toolbox/lib/start.js collect-json-schemas --output-path $(Build.ArtifactStagingDirectory)/json-schemas'
+ - script: 'node $(Agent.BuildDirectory)/rushstack/repo-scripts/repo-toolbox/lib/start.js collect-json-schemas --output-path $(Build.ArtifactStagingDirectory)/json-schemas'
26
displayName: 'Collect JSON Schemas'
27
28
-
0 commit comments