We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781ebf5 commit 4ca3033Copy full SHA for 4ca3033
RakeFile
@@ -99,7 +99,7 @@ namespace :source do
99
DefineConstants: nh_version_precompiler_switch,
100
WarningLevel: 0
101
}
102
- msbuild.targets [:Clean, :Build]
+ msbuild.targets [:Build]
103
msbuild.solution = SLN
104
msbuild.verbosity = :minimal
105
msbuild.parameters = ["/p:TargetFrameworkVersion=#{Platform.config['build']['msbuild_runtime']}"]
0 commit comments