We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c826f08 commit bbe30b2Copy full SHA for bbe30b2
Rakefile.rb
@@ -69,7 +69,7 @@ def invoke_runtime(cmd)
69
#end
70
71
msbuild :build35_msbuild do |b|
72
- b.properties :configuration => CONFIGURATION, "OutputPath" => OUTPUT_DIR
+ b.properties :configuration => CONFIGURATION, "OutputPath" => "#{OUTPUT_DIR}/NET35"
73
b.targets :Build
74
b.solution = "src/libcmdline/CommandLine35.csproj"
75
end
0 commit comments