nuget.exe install does not honor '-DisableParallelProcessing' switch
Repro steps:
- nuget.exe install t4mvc -DisableParallelProcessing
Expected:
Necessary package(s) are installed serially and parallel requests are not made
Actual:
Used Fiddler to verify that parallel requests are made and the switch '-DisableParallelProcessing' is not honored
nuget.exe install does not honor '-DisableParallelProcessing' switch
Repro steps:
Expected:
Necessary package(s) are installed serially and parallel requests are not made
Actual:
Used Fiddler to verify that parallel requests are made and the switch '-DisableParallelProcessing' is not honored