How to call rake target twice
问题 I generate two different sets of DLL files from my .sln by modifying the .csproj files to include an extra compilation symbol. I'm using rake to build the solution, and have the following Build task: #========================================================== desc "Builds the DPSF.sln in Release mode." msbuild :Build do |msb| puts 'Building the DPSF solution...' msb.properties :configuration => :Release msb.targets [:Clean, :Rebuild] msb.solution = DPSF_SOLUTION_FILE_PATH msb.parameters "