We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16103a commit 33ae410Copy full SHA for 33ae410
.azure-pipelines/generation-templates/workload-modules.yml
@@ -39,6 +39,13 @@ steps:
39
pwsh: true
40
script: |
41
. $(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
49
50
- ${{ if eq(parameters.Sign, true) }}:
51
- template: ../common-templates/esrp/strongname.yml
0 commit comments