File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments