浏览代码

Delete unused build definition

Alex Dima 3 年之前
父节点
当前提交
0322b59e50
共有 1 个文件被更改,包括 0 次插入21 次删除
  1. 0 21
      monaco-editor/azure-pipelines.yml

+ 0 - 21
monaco-editor/azure-pipelines.yml

@@ -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'