Skip to content

Commit 29b9992

Browse files
committed
Added boiler plate code removal step
1 parent a11ad68 commit 29b9992

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines/powershell-docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ jobs:
9595
targetType: 'filePath'
9696
pwsh: true
9797
filePath: microsoftgraph-docs-powershell\scripts\RepairExamplesDescriptionsAndTitle.ps1
98+
99+
- task: PowerShell@2
100+
displayName: 'Remove boiler plate code'
101+
continueOnError: false
102+
inputs:
103+
targetType: 'filePath'
104+
pwsh: true
105+
filePath: microsoftgraph-docs-powershell\scripts\RemoveBoilerPlateCode.ps1
98106

99107
- task: PowerShell@2
100108
displayName: Pushing to github

0 commit comments

Comments
 (0)