File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ steps:
4747 command : " custom"
4848 customCommand : " install -g autorest@latest"
4949
50- - task : PowerShell@2
51- displayName : ' Set NODE max memory'
52- inputs :
53- targetType : inline
54- pwsh : true
55- script : |
56- $ENV:NODE_OPTIONS='--max-old-space-size=8192'
57-
5850 - task : PowerShell@2
5951 displayName : Install PowerShell dependencies
6052 inputs :
Original file line number Diff line number Diff line change @@ -52,14 +52,6 @@ steps:
5252 command : ' custom'
5353 customCommand : ' install -g autorest@latest'
5454
55- - task : PowerShell@2
56- displayName : ' Set NODE max memory'
57- inputs :
58- targetType : inline
59- pwsh : true
60- script : |
61- $ENV:NODE_OPTIONS='--max-old-space-size=8192'
62-
6355 - task : PowerShell@2
6456 displayName : ' Register PS Repository'
6557 inputs :
You can’t perform that action at this time.
0 commit comments