Skip to content

Commit 33ae410

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Added metadata generation for auth module to workload-modules step
1 parent c16103a commit 33ae410

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ steps:
3939
pwsh: true
4040
script: |
4141
. $(System.DefaultWorkingDirectory)/tools/PostGeneration/FindDuplicateCommand.ps1 -SourcePath "$(System.DefaultWorkingDirectory)/src/"
42+
- task: PowerShell@2
43+
displayName: Generate authentication module metadata
44+
inputs:
45+
targetType: inline
46+
pwsh: true
47+
script: |
48+
. $(System.DefaultWorkingDirectory)/tools/PostGeneration/AuthModuleMetadata.ps1
4249
4350
- ${{ if eq(parameters.Sign, true) }}:
4451
- template: ../common-templates/esrp/strongname.yml

0 commit comments

Comments
 (0)