Skip to content

Commit 4ca3033

Browse files
committed
remove Clean target from MSBuild step
1 parent 781ebf5 commit 4ca3033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ namespace :source do
9999
DefineConstants: nh_version_precompiler_switch,
100100
WarningLevel: 0
101101
}
102-
msbuild.targets [:Clean, :Build]
102+
msbuild.targets [:Build]
103103
msbuild.solution = SLN
104104
msbuild.verbosity = :minimal
105105
msbuild.parameters = ["/p:TargetFrameworkVersion=#{Platform.config['build']['msbuild_runtime']}"]

0 commit comments

Comments
 (0)