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 4cec732 commit ce3a1b1Copy full SHA for ce3a1b1
.azure-pipelines/validate-pr-auth-module.yml
@@ -31,7 +31,7 @@ jobs:
31
displayName: 'Generate and Build Auth Module'
32
inputs:
33
filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1'
34
- arguments: '-RepositoryName $(Repository_Name) -RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build'
+ arguments: '-RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build'
35
pwsh: true
36
37
- task: DotNetCoreCLI@2
0 commit comments