curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler

Home Page:https://h5.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OutputPath is ignored in command line build

opened this issue · comments

dotnet msbuild /maxcpucount:4 /restore /p:Configuration=Release /p:OutputPath="%cd%\..\Binaries\Something" ..\Projects\Something\Something.csproj

The above command will not create dll files at specified path.
So creation of nuget package for example will fail. And compilation in that case will not be successful in general.