diff --git a/build/hygiene.js b/build/hygiene.js index a08386c83f..692627b192 100644 --- a/build/hygiene.js +++ b/build/hygiene.js @@ -30,7 +30,7 @@ const all = [ 'test/**/*', '!test/**/out/**', '!**/node_modules/**', - '!build/actions/**/*.js', // {{ SQL CARBON EDIT }} + '!build/actions/**/*.js', // {{SQL CARBON EDIT}} '!build/**/*' // {{SQL CARBON EDIT}} ]; module.exports.all = all; diff --git a/package.json b/package.json index c60a4139c0..2ee5c5b44d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azuredatastudio", "version": "1.27.0", - "distro": "f53ee54d8b1a2b1b57a48d97b00307001dbc87af", + "distro": "4462480cd081b5729600b15921dbb445b46b0de9", "author": { "name": "Microsoft Corporation" },