Skip to content

Commit 9af72b7

Browse files
authored
Merge pull request #452 from iclanton/fix-publish
Fix publishing.
2 parents bfa9fe9 + c51b5de commit 9af72b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/config/azure-pipelines/templates/post-publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ steps:
2222
displayName: 'Record Published Versions'
2323
workingDirectory: '$(Agent.BuildDirectory)/tsdoc'
2424

25-
- script: 'node repo-scripts/repo-toolbox/lib/start.js collect-json-schemas --output-path $(Build.ArtifactStagingDirectory)/json-schemas'
25+
- script: 'node $(Agent.BuildDirectory)/rushstack/repo-scripts/repo-toolbox/lib/start.js collect-json-schemas --output-path $(Build.ArtifactStagingDirectory)/json-schemas'
2626
displayName: 'Collect JSON Schemas'
2727
workingDirectory: '$(Agent.BuildDirectory)/tsdoc'
28-

0 commit comments

Comments
 (0)