File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ stages:
4545 - powershell : |
4646 cd (mkdir -Force index)
4747 python "$(Build.SourcesDirectory)\scripts\repartition-index.py" --windows-default
48+ # Show the report
49+ cat index-windows.txt
4850 displayName: 'Repartition index'
4951 workingDirectory: $(Build.BinariesDirectory)
5052
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ def parse_cli(args):
254254 plan_split [0 ].target = "index-windows.json"
255255 plan_split [1 ].target = "index-windows-recent.json"
256256 plan_split [2 ].target = "index-windows-legacy.json"
257- plan_split [3 ].target = "stdout "
257+ plan_split [3 ].target = "index-windows.txt "
258258 plan_split [3 ].report = True
259259 plan_split [0 ].pre = plan_split [1 ].pre = plan_split [2 ].pre = True
260260 plan_split [0 ].latest_micro = True
You can’t perform that action at this time.
0 commit comments