Skip to content

Commit e65426f

Browse files
committed
Remove loader snapshot
1 parent 7bed98e commit e65426f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build/tfs/win32/1_build.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ step "Build minified" {
3636
exec { & npm run gulp -- --max_old_space_size=4096 "vscode-win32-$global:arch-min" }
3737
}
3838

39-
step "Create loader snapshot" {
40-
exec { & node build\lib\snapshotLoader.js --arch=$global:arch }
41-
}
39+
#step "Create loader snapshot" {
40+
# exec { & node build\lib\snapshotLoader.js --arch=$global:arch }
41+
#}
4242

4343
step "Run unit tests" {
4444
exec { & .\scripts\test.bat --build --reporter dot }

scripts/test.bat

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ popd
2727

2828
endlocal
2929

30+
echo 'errorlevel'
31+
echo %errorlevel%
3032
if %errorlevel% == 255 set errorlevel=0
3133

3234
exit /b %errorlevel%

0 commit comments

Comments
 (0)