mindcandy / Teamcity-unity3d-build-runner-plugin

A Teamcity plugin for building Unity3d projects. NOTE: this has an MIT license so feel free to copy / adapt as you need to.
107 stars 59 forks source link

Adding "Build Extra" field to hold extra unity command line params. #4

Closed markltbaker closed 11 years ago

markltbaker commented 11 years ago

I've had a look (finally - sorry for the delay) and this all looks good to me, so merging it down.

Will update the prebuilt plugin shortly.

pixeloaksdanielk commented 10 years ago

I was unable to get package export to work correctly. I ended up using a cmd line runner, but would like to use it in this plugin. I'm not sure if this is the expected functionality or if an additional "optional param" field would be something for this. I was unable to run -exportPackage

I will see if I can get anything working tomorrow possibly

pixeloaksdanielk commented 10 years ago

Ah. It looks like if a space is detected in the "Build Extra" field it will wrap the whole line in double quotes. If these are the only params you are running (to run anything not in the drop down) it will nullify the command.

markltbaker commented 10 years ago

@pixeloaksdanielk we are going to take a look at extra command line args / passing arguments to the build command. So if you have any requirements for that let me know.