Skip to content

Commit fa020c4

Browse files
committed
- add Roslyn Analyzers for each module type generation
1 parent 2d9d6e4 commit fa020c4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.azure-pipelines/generation-templates/authentication-module.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ steps:
2121
script: |
2222
. $(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1 -EnableSigning:$${{ parameters.Sign }} -Build
2323
24+
- template: ../common-templates/guardian-analyzer.yml
25+
2426
- ${{ if eq(parameters.Test, true) }}:
2527
- task: PowerShell@2
2628
displayName: Test Authentication Module

.azure-pipelines/generation-templates/meta-module.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ steps:
2222
script: |
2323
$(System.DefaultWorkingDirectory)/tools/GenerateMetaModule.ps1
2424
25+
- template: ../common-templates/guardian-analyzer.yml
26+
2527
- ${{ if eq(parameters.Sign, true) }}:
2628
- template: ../common-templates/esrp/codesign.yml
2729
parameters:

.azure-pipelines/generation-templates/workload-modules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ steps:
2121
script: |
2222
. $(System.DefaultWorkingDirectory)/tools/GenerateModules.ps1 -EnableSigning:$${{ parameters.Sign }} -Build -ExcludeExampleTemplates -ExcludeNotesSection
2323
24+
- template: ../common-templates/guardian-analyzer.yml
25+
2426
- task: PowerShell@2
2527
displayName: Test Workload Modules
2628
enabled: false

0 commit comments

Comments
 (0)