Skip to content

Commit da937be

Browse files
authored
Clean-up AzDo templates. (#983)
1 parent e43ea5c commit da937be

File tree

4 files changed

+2
-91
lines changed

4 files changed

+2
-91
lines changed

.azure-pipelines/common-templates/security-postchecks-template.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
steps:
44
- task: CodesignValidation@0
55

6-
- task: CodeIntegrity@0
7-
86
- task: SdtReport@1
97
displayName: "Security Analysis Report"
108
continueOnError: true

.azure-pipelines/integrated-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ stages:
7676
- stage: SecurityPreChecks
7777
displayName: 'Security Pre Checks'
7878
jobs:
79-
- template: ./security-prechecks-template.yml
79+
- template: ./common-templates/security-prechecks-template.yml
8080

8181
- stage: GenerateAuthModule
8282
displayName: 'Generate Authentication Module (Microsoft.Graph.Authentication)'
@@ -120,4 +120,4 @@ stages:
120120
- stage: SecurityPostChecks
121121
displayName: 'Security Post Checks'
122122
jobs:
123-
- template: ./security-postchecks-template.yml
123+
- template: ./common-templates/security-postchecks-template.yml

.azure-pipelines/security-postchecks-template.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.azure-pipelines/security-prechecks-template.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)