Skip to content

Commit bd436e0

Browse files
committed
fix: use tsp and not tsc for compile step
Signed-off-by: Vincent Biret <[email protected]>
1 parent 38dcf15 commit bd436e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/generation-templates/capture-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ steps:
6464
displayName: 'install TypeSpec dependencies'
6565
workingDirectory: '$(metadataTypeSpecAnnotationsSource)'
6666

67-
- pwsh: 'tsc compile .'
67+
- pwsh: 'tsp compile .'
6868
displayName: 'compile TypeSpec annotations'
6969
workingDirectory: '$(metadataTypeSpecAnnotationsSource)'
7070

0 commit comments

Comments
 (0)