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 b459d02 commit 4cec732Copy full SHA for 4cec732
.azure-pipelines/generate-auth-module.yml
@@ -34,7 +34,7 @@ jobs:
34
displayName: 'Generate and Build Auth Module'
35
inputs:
36
filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1'
37
- arguments: '-RepositoryName $(Repository_Name) -RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -EnableSigning'
+ arguments: '-RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -EnableSigning'
38
pwsh: true
39
40
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
0 commit comments