Skip to content

Commit b8652c2

Browse files
authored
Merge pull request MicrosoftDocs#131 from MicrosoftDocs/Remove_Boiler_Plate_Code
Skipped module regeneration steps
2 parents b2de8f4 + deb24be commit b8652c2

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

azure-pipelines/powershell-docs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ jobs:
3939
projectFileName: $(projectFileName)
4040
testType: 'Execution'
4141

42-
- task: PowerShell@2
43-
displayName: 'Generate Service Modules'
44-
continueOnError: false
45-
inputs:
46-
targetType: 'filePath'
47-
pwsh: true
48-
filePath: microsoftgraph-docs-powershell\scripts\GenerateServiceModules.ps1
49-
5042
- task: PowerShell@2
5143
displayName: 'Copy files from powershell sdk'
5244
continueOnError: false

azure-pipelines/update-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ steps:
1717
}
1818
1919
- template: checkout.yml
20-
- template: install-tools-template.yml
2120
parameters:
2221
projectFileName: ${{ parameters.projectFileName }}
2322
runName: ${{ parameters.projectFileName }}

0 commit comments

Comments
 (0)