Skip to content

Commit fa8c03e

Browse files
author
Anup Kamath
committed
removed x86
1 parent 0afd3d2 commit fa8c03e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/packagetasks.js

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ gulp.task('package:offline', () => {
6161

6262
var packages = [];
6363
packages.push({rid: 'win7-x64', runtime: Runtime.Windows_7_64});
64-
packages.push({rid: 'win7-x86', runtime: Runtime.Windows_7_86});
6564
packages.push({rid: 'osx.10.11-x64', runtime: Runtime.OSX_10_11_64});
6665
packages.push({rid: 'centos.7-x64', runtime: Runtime.CentOS_7});
6766
packages.push({rid: 'debian.8-x64', runtime: Runtime.Debian_8});

0 commit comments

Comments
 (0)