curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
210 stars 30 forks source link

OutputPath is ignored in command line build #65

Open ghost opened 1 year ago

ghost commented 1 year ago
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.