ligershark / psbuild

This project aims to make using MSBuild easier from powershell
Apache License 2.0
120 stars 18 forks source link

Support special Platform parameter #50

Closed Arithmomaniac closed 9 years ago

Arithmomaniac commented 9 years ago

Configuration can be set with a direct command-line parameter rather than through properties, presumably because it is in all sln/csproj files and usually needs to be specified for msbuild.

By the same logic, there should be such a Platform variable as well.

sayedihashimi commented 9 years ago

@Arithmomaniac I agree lets do it. You want to send a PR

Arithmomaniac commented 9 years ago

I got shifted off the work project where this was relevant for - if I'm put back on, I'll see what I can do.

sayedihashimi commented 9 years ago

Added in commit 3fc7057b7f9709da1ac78f582f954b455e2055af in dev branch. Please re-open if you have any issues.