Skip to content

Commit 2608a80

Browse files
committed
Clean-up AzDo templates
1 parent da937be commit 2608a80

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.azure-pipelines/integrated-pipeline.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ stages:
7676
- stage: SecurityPreChecks
7777
displayName: 'Security Pre Checks'
7878
jobs:
79-
- template: ./common-templates/security-prechecks-template.yml
79+
- job: MsGraphPSSDKSecurityPreChecks
80+
displayName: Microsoft Graph PowerShell SDK Security Pre Checks
81+
steps:
82+
- template: ./common-templates/security-prechecks-template.yml
8083

8184
- stage: GenerateAuthModule
8285
displayName: 'Generate Authentication Module (Microsoft.Graph.Authentication)'
@@ -120,4 +123,7 @@ stages:
120123
- stage: SecurityPostChecks
121124
displayName: 'Security Post Checks'
122125
jobs:
123-
- template: ./common-templates/security-postchecks-template.yml
126+
- job: MsGraphPSSDKSecurityPostChecks
127+
displayName: Microsoft Graph PowerShell SDK Security Post Checks
128+
steps:
129+
- template: ./common-templates/security-postchecks-template.yml

0 commit comments

Comments
 (0)