主要是分號鬧得,改成 %3B 轉義一下就好了。
例如:msbuild /t:rebuild "/property:DefineConstants=PROD%3BCODE_ANALYSIS"
參考:https://stackoverflow.com/questions/24830088/command-line-msbuild-with-multiple-defineconstants
主要是分號鬧得,改成 %3B 轉義一下就好了。
例如:msbuild /t:rebuild "/property:DefineConstants=PROD%3BCODE_ANALYSIS"
參考:https://stackoverflow.com/questions/24830088/command-line-msbuild-with-multiple-defineconstants