Skip to content

Commit

Permalink
Update generate-auth-module.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
peombwa committed May 2, 2020
1 parent cbf0c6d commit 9ae873a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .azure-pipelines/generate-auth-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ jobs:
filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1'
arguments: '-RepositoryName $(Repository_Name) -RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -EnableSigning'
pwsh: true

- task: DotNetCoreCLI@2
displayName: 'Run Enabled Tests'
inputs:
command: 'test'
projects: '$(System.DefaultWorkingDirectory)/src/Authentication/Authentication.Test/*.csproj'
testRunTitle: 'Run Enabled Tests'

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

0 comments on commit 9ae873a

Please sign in to comment.