From 0322b59e505a1dc28272499c235bc574077bbac0 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 17 Nov 2021 00:01:12 +0100 Subject: [PATCH] Delete unused build definition --- monaco-editor/azure-pipelines.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 monaco-editor/azure-pipelines.yml diff --git a/monaco-editor/azure-pipelines.yml b/monaco-editor/azure-pipelines.yml deleted file mode 100644 index 422c840e..00000000 --- a/monaco-editor/azure-pipelines.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Builds and publishes the Monaco Editor website - -pool: - vmImage: 'ubuntu-latest' - -steps: - - task: NodeTool@0 - inputs: - versionSpec: '12.x' - displayName: 'Install Node.js' - - - script: | - npm install - npm run build-website - displayName: 'Build website' - - - script: | - ./build/publish-website.sh - env: - GITHUB_TOKEN: $(GITHUB_TOKEN) - displayName: 'Publish website'