From 9ae873a1020920fbfd0fac5a4e1802dd941880ef Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Fri, 1 May 2020 17:05:34 -0700 Subject: [PATCH] Update generate-auth-module.yml for Azure Pipelines --- .azure-pipelines/generate-auth-module.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.azure-pipelines/generate-auth-module.yml b/.azure-pipelines/generate-auth-module.yml index 144bd79d6d8..03e0ace63cb 100644 --- a/.azure-pipelines/generate-auth-module.yml +++ b/.azure-pipelines/generate-auth-module.yml @@ -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)'