Skip to content

Commit

Permalink
Sitecore#486 Update gulpfile.js file to support multiple solution fil…
Browse files Browse the repository at this point in the history
…es in root folder
  • Loading branch information
Antonytm committed Dec 6, 2019
1 parent d3c760e commit acd3e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ gulp.task("References-Nuget",
gulp.task("Publish-All-Projects",
function(callback) {
var msbuild = new _msbuild(callback);
msbuild.solutionName = config.solutionName + '.sln';
msbuild.sourcePath = config.solutionName + '.sln';
var overrideParams = [];
overrideParams.push('/p:Configuration=' + config.buildConfiguration);
overrideParams.push('/p:DeployOnBuild=true');
Expand Down

0 comments on commit acd3e1d

Please sign in to comment.