From 64c12d7ba43132e2298b38d6b49904e6063ee5b8 Mon Sep 17 00:00:00 2001 From: Jacob Fullerton Date: Tue, 13 Feb 2024 10:03:26 -0800 Subject: [PATCH] remove old --- .pipelines/typescript-build-and-publish.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.pipelines/typescript-build-and-publish.yaml b/.pipelines/typescript-build-and-publish.yaml index 3d6cfdf2..c841b158 100644 --- a/.pipelines/typescript-build-and-publish.yaml +++ b/.pipelines/typescript-build-and-publish.yaml @@ -29,14 +29,4 @@ steps: Approvers: 'jfullerton@microsoft.com' ServiceEndpointUrl: 'https://api.esrp.microsoft.com' MainPublisher: 'ESRPRELPACMAN' - DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47' - -- task: Npm@1 - displayName: 'Publish packages to external feed' - inputs: - command: custom - workingDir: ts - verbose: false - customCommand: 'run publish --access public' - customRegistry: useNpmrc - customEndpoint: 'dev-tunnels-npm' + DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47' \ No newline at end of file