diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 5d34b98..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,24 +0,0 @@ -trigger: -- 'main' - -pool: - vmImage: 'ubuntu-latest' - -variables: - - group: publish-to-marketplace - -steps: - -- task: NodeTool@0 - inputs: - versionSpec: 16.13.0 - displayName: 'Install Node.js' - -- bash: | - yarn && yarn generate - displayName: Compile -- bash: | - yarn deploy - displayName: Publish - env: - VSCE_PAT: $(MARKETPLACE_MANAGE_JSM_ROBOT_PAT)