gulp-msbuild
gulp-msbuild copied to clipboard
gulp-msbuild has moved to https://github.com/fluffynuts/gulp-msbuild.
Msbuild does not build after error (code 1)
https://github.com/hoffi/gulp-msbuild/blob/f1c78e79d1751a077c336529f3bbccc8509d5f2b/lib/msbuild-finder.js#L14 A better approach to finding the msbuild executable are these options voor vswhere.exe: ['-latest', 'requires', 'Microsoft.Component.MSBuild', '-find', 'MSBuild\**\Bin\MSBuild.exe'].
I have VS2019 installed and the MSBuild cannot be found due to the new folder path.
This is definitely not a new issue but lately the success rate of running a gulp task to build my app is lower than 10% (same rate when build on...
I've just discovered that these two options are incompatible with each other: `%msbuild% /t:Publish /p:DeployOnBuild=true` ==> _There is a circular dependency in the target dependency graph involving target "Publish"_ This...
Is this an "undocumented feature"? Found it while looking in msbuild-command-builder.js, along with others: deployDefaultTarget, webPublishMethod, deleteExistingFiles, findDependencies, publishDirectory I wrote up this issue mostly because I can't find any...
Trying to build Sitecore Habitat project (not that it matters, but just for reference) When I try to run the msbuild gulp task it eventually fails. Gulp is being called...
I added `logCommand: true` to my msbuild gulp call and I saw that the command was Using MSBuild command: C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\MSBuild.exe mysln.sln /target:Build /verbosity:minimal /toolsversion:14.0 /nologo /maxcpucount /property:Configuration=Debug However,...
Hi, using v0.3.3 the end event is properly emitted after msbuild ended. In the latest version the end event seems no longer working, also if the needed flag (emitEndEvent) in...
I've run into an issue trying to build UWP apps with `gulp-msbuild 0.5.4`. When attempting to build build a UWP app on an `x64` system I receive the following build...