Skip to content

Commit

Permalink
Upgraded to Sitecore 8.2 update 3
Browse files Browse the repository at this point in the history
Upgraded to VS 2017
Added ability to have .user files for publishsettings.targets and gulp-config.js
Removed confusing TeamCity and CI gulp files
  • Loading branch information
Eldblom-zz committed Jun 14, 2017
1 parent 6b1e89d commit 7d83d23
Show file tree
Hide file tree
Showing 112 changed files with 680 additions and 1,430 deletions.
4 changes: 3 additions & 1 deletion gulp-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ module.exports = function () {
licensePath: instanceRoot + "\\Data\\license.xml",
solutionName: "Habitat",
buildConfiguration: "Debug",
buildToolsVersion: 15.0,
buildMaxCpuCount: 0,
buildVerbosity: "minimal",
buildPlatform: "Any CPU",
buildToolsVersion: 14.0, //change to 15.0 for VS2017 support
publishPlatform: "AnyCpu",
runCleanBuilds: false
};
Expand Down
136 changes: 0 additions & 136 deletions gulpfile-ci.js

This file was deleted.

Loading

0 comments on commit 7d83d23

Please sign in to comment.