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 82f8d34 commit 42b7b27Copy full SHA for 42b7b27
.azure-pipelines/generate-beta-modules.yml
@@ -42,7 +42,7 @@ jobs:
42
displayName: 'Build Auth Modules'
43
inputs:
44
filePath: '$(System.DefaultWorkingDirectory)/tools/BuildModule.ps1'
45
- arguments: '-Module "Authentication" -ModulePrefix $(MODULE_PREFIX) -ModuleVersion $(Module_Version) -EnableSigning'
+ arguments: '-Module "Authentication" -ModulePrefix $(MODULE_PREFIX) -ModuleVersion $(Module_Version) -EnableSigning -ReleaseNotes $(Release_Notes)'
46
pwsh: true
47
48
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
0 commit comments