Skip to content

Commit 31532b0

Browse files
committed
Clean up pipelines.
1 parent f6c974c commit 31532b0

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.azure-pipelines/common-templates/install-tools.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

.azure-pipelines/install-tools-template.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)