We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2de8f4 + deb24be commit b8652c2Copy full SHA for b8652c2
azure-pipelines/powershell-docs.yml
@@ -39,14 +39,6 @@ jobs:
39
projectFileName: $(projectFileName)
40
testType: 'Execution'
41
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
-
50
- task: PowerShell@2
51
displayName: 'Copy files from powershell sdk'
52
continueOnError: false
azure-pipelines/update-template.yml
@@ -17,7 +17,6 @@ steps:
17
}
18
19
- template: checkout.yml
20
-- template: install-tools-template.yml
21
parameters:
22
projectFileName: ${{ parameters.projectFileName }}
23
runName: ${{ parameters.projectFileName }}
0 commit comments