We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf0c6d commit 9ae873aCopy full SHA for 9ae873a
.azure-pipelines/generate-auth-module.yml
@@ -36,13 +36,6 @@ jobs:
36
filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1'
37
arguments: '-RepositoryName $(Repository_Name) -RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -EnableSigning'
38
pwsh: true
39
-
40
- - task: DotNetCoreCLI@2
41
- displayName: 'Run Enabled Tests'
42
- inputs:
43
- command: 'test'
44
- projects: '$(System.DefaultWorkingDirectory)/src/Authentication/Authentication.Test/*.csproj'
45
- testRunTitle: 'Run Enabled Tests'
46
47
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
48
displayName: 'ESRP DLL Strong Name (Graph Auth Module)'
0 commit comments