Skip to content

Commit 9ae873a

Browse files
committed
Update generate-auth-module.yml for Azure Pipelines
1 parent cbf0c6d commit 9ae873a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.azure-pipelines/generate-auth-module.yml

-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1'
3737
arguments: '-RepositoryName $(Repository_Name) -RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -EnableSigning'
3838
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'
4639

4740
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
4841
displayName: 'ESRP DLL Strong Name (Graph Auth Module)'

0 commit comments

Comments
 (0)