mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
add core-ci-pr task which does a full build without mangling
This commit is contained in:
@@ -150,6 +150,16 @@ const core = task.define('core-ci', task.series(
|
||||
));
|
||||
gulp.task(core);
|
||||
|
||||
const corePr = task.define('core-ci-pr', task.series(
|
||||
gulp.task('compile-build-pr'),
|
||||
task.parallel(
|
||||
gulp.task('minify-vscode'),
|
||||
gulp.task('minify-vscode-reh'),
|
||||
gulp.task('minify-vscode-reh-web'),
|
||||
)
|
||||
));
|
||||
gulp.task(corePr);
|
||||
|
||||
/**
|
||||
* Compute checksums for some files.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user