Skip to content

Commit

Permalink
Updating path to new nunit3-console.exe in crazy-fun
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jan 27, 2017
1 parent c4992c6 commit 52c344b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake-tasks/crazy_fun/mappings/visualstudio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def handle(fun, dir, args)
target = nunit "#{task_name}:run" do |nunit_task|
mkdir_p test_log_dir
puts "Testing: #{task_name}"
nunit_task.command = "third_party/dotnet/nunit-3.2.1/nunit3-console.exe"
nunit_task.command = "third_party/dotnet/nunit-3.6.0/nunit3-console.exe"
nunit_task.assemblies << [output_dir, args[:project]].join(File::SEPARATOR)
nunit_task.options << "--agents=1"
nunit_task.options << "--noheader"
Expand Down

0 comments on commit 52c344b

Please sign in to comment.