eric-914
Results
2
issues of
eric-914
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...