microsoft/DbgShell

Missing files in DbgProvider project causing build errors

powercode opened this issue · 3 comments

2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4406,5): error MSB3030: Could not copy the file "E:\Source\Repos\DbgShell\DbgProvider\Debugger.Converters.clr.ps1" because it was not found.
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4406,5): error MSB3030: Could not copy the file "E:\Source\Repos\DbgShell\DbgProvider\Debugger.Converters.Cui.ps1" because it was not found.
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4406,5): error MSB3030: Could not copy the file "E:\Source\Repos\DbgShell\DbgProvider\Debugger.Converters.dfsr.ps1" because it was not found.
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4406,5): error MSB3030: Could not copy the file "E:\Source\Repos\DbgShell\DbgProvider\Debugger.Converters.tlx.ps1" because it was not found.
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4406,5): error MSB3030: Could not copy the file "E:\Source\Repos\DbgShell\DbgProvider\Debugger.Converters.utl.ps1" because it was not found.
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4406,5): error MSB3030: Could not copy the file "E:\Source\Repos\DbgShell\DbgProvider\Debugger.DebuggeeTypes.cui.psfmt" because it was not found.
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4406,5): error MSB3030: Could not copy the file "E:\Source\Repos\DbgShell\DbgProvider\Debugger.DebuggeeTypes.dfsr.psfmt" because it was not found.

Should the files be added, or the project updated?

Same problems with the same list of files.

My apologies for this. Thanks for letting me know! Reason number 1 that I need to get CI builds going.

There may still be a build issue regarding VC redist binaries... a problem that I thought I had already fixed, but works on one machine, but not on another... I'll hopefully get that fixed shortly.

I've just built the latest version successfully.
It works, cool! :)
Now I need to deal with symbols and DAC file.