Skip to content

Commit 1ac79fb

Browse files
committed
Add back internal repo var
1 parent 5f2ba40 commit 1ac79fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/templates/cloneInternalRepo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ steps:
1818
- bash: |
1919
echo "##vso[task.setvariable variable=TSPERF_INTERNAL_SCENARIO_CONFIG_DIR]$(Pipeline.Workspace)/internal/cases/perf/scenarios"
2020
echo "##vso[task.setvariable variable=TSPERF_INTERNAL_SUITE_DIR]$(Pipeline.Workspace)/internal/cases/perf/solutions"
21+
echo "##vso[task.setvariable variable=TYPESCRIPT_INTERNAL_REPOSITORY]$(Pipeline.Workspace)/internal"
2122
displayName: Set internal repo variables
2223
condition: and(succeeded(), ${{ parameters.condition }})

0 commit comments

Comments
 (0)