Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jweber committed Jul 20, 2015
2 parents e1c9b90 + dced37b commit ff32dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
task :all => [:net45] do
end

msbuild :net45 => :version do |msb|
msbuild :net45 => ["nuget:restore", "version"] do |msb|
msb.properties :configuration => $config, :Framework => 'NET45'
msb.targets [:clean, :build]
msb.solution = "source/#{PROJECT_NAME}.sln"
Expand Down

0 comments on commit ff32dc1

Please sign in to comment.