Skip to content

Commit b459d02

Browse files
committed
Update generate-auth-module.yml for Azure Pipelines
1 parent 347f3b4 commit b459d02

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ 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'
46-
39+
4740
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
4841
displayName: 'ESRP DLL Strong Name (Graph Auth Module)'
4942
inputs:

0 commit comments

Comments
 (0)