Skip to content

Commit

Permalink
Fix md server build script compile and remove unused test part (#178635)
Browse files Browse the repository at this point in the history
* Fix compile and remove unused test script

* Do full install so we pull in gulp
  • Loading branch information
mjbvz committed Mar 29, 2023
1 parent 0acd272 commit 15143c2
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions extensions/markdown-language-features/server/build/pipeline.yml
Expand Up @@ -24,31 +24,10 @@ extends:
- name: vscode-markdown-languageserver

buildSteps:
- script: yarn --cwd extensions/markdown-language-features/server install
- script: yarn install
displayName: Install dependencies

- script: yarn --cwd extensions/markdown-language-features/server run compile
- script: gulp compile-extension:markdown-language-features-server
displayName: Compile

testPlatforms:
- name: Linux
nodeVersions:
- 16.x
- name: MacOS
nodeVersions:
- 16.x
- name: Windows
nodeVersions:
- 16.x

testSteps:
- script: yarn --cwd extensions/markdown-language-features/server install
displayName: Install dependencies

- script: yarn --cwd extensions/markdown-language-features/server run compile
displayName: Compile

- script: yarn --cwd extensions/markdown-language-features/server test
displayName: Test npm package

publishPackage: ${{ parameters.publishPackage }}

0 comments on commit 15143c2

Please sign in to comment.