Hi!
we build and tested our solution successfully with VS 2015. Now, we switched to VS 2017 and have some trouble with VS SDK tools. We suspect MSBuild could not find the CreatePkgDef.exe, because if we start the tool manually from command line all is fine. Do you have any ideas?
Creating intermediate PkgDef file.
Using "CreatePkgDef" task from assembly "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Microsoft\VisualStudio\v15.0\VSSDK\Microsoft.VsSDK.Build.Tasks.dll".
Can not find the tools for VS SDK.
/out="obj\Debug\HoloDeck.Client.CommonLibPackage.latest.pkgdef" /codebase /i="..."
The "CreatePkgDef" task failed unexpectedly.
System.InvalidOperationException: Der Prozess kann nicht gestartet werden, da ein Dateiname nicht angegeben wurde. (Cannot start process because a file name has not been provided.)
bei System.Diagnostics.Process.Start()
bei Microsoft.Build.Utilities.ToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands)
bei Microsoft.VsSDK.Build.Tasks.CreatePkgDef.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands)
bei Microsoft.Build.Utilities.ToolTask.Execute()
bei Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
bei Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()
Thanks,
Micha