We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afd3d2 commit fa8c03eCopy full SHA for fa8c03e
tasks/packagetasks.js
@@ -61,7 +61,6 @@ gulp.task('package:offline', () => {
61
62
var packages = [];
63
packages.push({rid: 'win7-x64', runtime: Runtime.Windows_7_64});
64
- packages.push({rid: 'win7-x86', runtime: Runtime.Windows_7_86});
65
packages.push({rid: 'osx.10.11-x64', runtime: Runtime.OSX_10_11_64});
66
packages.push({rid: 'centos.7-x64', runtime: Runtime.CentOS_7});
67
packages.push({rid: 'debian.8-x64', runtime: Runtime.Debian_8});
0 commit comments