From 51debc10c31ed37d719f13c45f787a7c95462c7f Mon Sep 17 00:00:00 2001 From: BlairJ Date: Tue, 19 Jul 2022 09:06:12 +1200 Subject: [PATCH] remove feed id --- ci/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 6d90a06..d08295a 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -13,7 +13,7 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' displayName: 'Install Node.js' - script: | @@ -44,5 +44,5 @@ steps: command: 'publish' verbose: true publishRegistry: 'useFeed' - publishFeed: 'a43d4cac-71f8-42fc-b942-cfa713da390e/980645ab-671b-4b1a-85a3-ad02df26f981' + publishFeed: '' displayName: 'Publish to artifact feed.'