WpfNewProjectSystemSample icon indicating copy to clipboard operation
WpfNewProjectSystemSample copied to clipboard

Can't build with dotnet build

Open bhugot opened this issue 7 years ago • 1 comments

Hello,

I can't build this project with dotnet build. Any tips on this?

Thanks

bhugot avatar Mar 14 '18 12:03 bhugot

Hello!

I just pushed a little fix to get rid of $(SolutionDir) as it might caused problems with building from command line.

You can build it by using C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe.

dotnet build cannot build - alas, it provides a different set of props/targets and I can't easily figure out what's wrong as the diagnostic input is totally different.

Regards!

aienabled avatar Mar 14 '18 12:03 aienabled