bamboo - MSBUILD : error MSB1005: Specify a property and its value -


i have tried build .net project using msbuild in bamboo , in msbuild comman line switches have provided /p:publishdir=d:\atlassian\home\bamboo\xml-data\build-dir\ap-build-job1; /p:visualstudioversion=12.0 got below error

msbuild : error msb1005: specify property , value.

added job called msbuild , provide .net project details solution file , all

not sure has bamboo - looks msbuild command syntax error. here doc on error: https://msdn.microsoft.com/en-us/library/h8h04acf.aspx.

looks maybe separator issue? says semi-colon or comma can used separate properties, or /p: may repeated - you've done both. have semi-colon , you're repeating /p: - have 2 of consider separators back.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -