Use custom node-gyp for SDL pipeline (#179723)

* Use custom node-gyp
* Avoid using relative cd
* Remove ia32 for Linux
* Bump gulp-atom-electron; unblocks downloading PDBs
* Add native-is-elevated to the scan
This commit is contained in:
Raymond Zhao
2023-04-20 17:15:05 -07:00
committed by GitHub
parent 175cd6b50d
commit ee76f103e1
7 changed files with 53 additions and 181 deletions

View File

@@ -191,7 +191,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
platform = platform || process.platform;
return () => {
const electron = require('gulp-atom-electron');
const electron = require('@vscode/gulp-electron');
const json = require('gulp-json-editor');
const out = sourceFolderName;