Skip to content

Commit b4626a7

Browse files
committed
remove Clean target from MSBuild step
1 parent df90df3 commit b4626a7

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
@@ -110,7 +110,7 @@ namespace :source do
110110
DefineConstants: 'NH' + NH_VERSION.gsub('.', ''),
111111
WarningLevel: 0
112112
}
113-
msbuild.targets [:Clean, :Build]
113+
msbuild.targets [:Build]
114114
msbuild.solution = SLN
115115
msbuild.verbosity = :minimal
116116
msbuild.parameters = ["/p:TargetFrameworkVersion=#{Platform.config['build']['target_framework']}"]

0 commit comments

Comments
 (0)