mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
- Remove the `prepare` script entirely - Variables are now populated from the product.json during build. Most variables are mapped automatically, with some special handling in a few cases. `build.rs` is now much more self-contained. - Look for the `product.overrides.json` for vscode developers instead of looking for a peer `vscode-distro` folder Fixes #178691
9 lines
241 B
YAML
9 lines
241 B
YAML
steps:
|
|
- template: ../distro/download-distro.yml
|
|
|
|
- script: node build/azure-pipelines/distro/mixin-quality
|
|
displayName: Mixin distro quality
|
|
|
|
- script: node .build/distro/cli-patches/index.js
|
|
displayName: Apply distro patches
|