Skip to content

Commit

Permalink
remove Clean target from MSBuild step
Browse files Browse the repository at this point in the history
  • Loading branch information
chester89 committed Aug 12, 2015
1 parent 781ebf5 commit 4ca3033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RakeFile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ namespace :source do
DefineConstants: nh_version_precompiler_switch,
WarningLevel: 0
}
msbuild.targets [:Clean, :Build]
msbuild.targets [:Build]
msbuild.solution = SLN
msbuild.verbosity = :minimal
msbuild.parameters = ["/p:TargetFrameworkVersion=#{Platform.config['build']['msbuild_runtime']}"]
Expand Down

0 comments on commit 4ca3033

Please sign in to comment.