From 7b99bdea9d6fef450cdd4f8c8bfb0be03bc6269d Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:48:03 +0100 Subject: [PATCH] remove unused parameter --- build/azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 0e2a717e14..fdddec2d54 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -17,10 +17,6 @@ parameters: displayName: Deploy to Npm type: boolean default: false - - name: npmPublishTag - displayName: Npm publish tag - type: string - default: 'latest' - name: buildApiDocs displayName: Build API docs type: boolean