We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bed98e commit e65426fCopy full SHA for e65426f
build/tfs/win32/1_build.ps1
@@ -36,9 +36,9 @@ step "Build minified" {
36
exec { & npm run gulp -- --max_old_space_size=4096 "vscode-win32-$global:arch-min" }
37
}
38
39
-step "Create loader snapshot" {
40
- exec { & node build\lib\snapshotLoader.js --arch=$global:arch }
41
-}
+#step "Create loader snapshot" {
+# exec { & node build\lib\snapshotLoader.js --arch=$global:arch }
+#}
42
43
step "Run unit tests" {
44
exec { & .\scripts\test.bat --build --reporter dot }
scripts/test.bat
@@ -27,6 +27,8 @@ popd
27
28
endlocal
29
30
+echo 'errorlevel'
31
+echo %errorlevel%
32
if %errorlevel% == 255 set errorlevel=0
33
34
exit /b %errorlevel%
0 commit comments