Sha256: fca8cdbfcafe28471082bb63ddd0ae86607186e77fe52265e24f6a3e5d329fac

Contents?: true

Size: 608 Bytes

Versions: 4

Compression:

Stored size: 608 Bytes

Contents

#!/usr/bin/env ruby

require "pre_push"

class Executor
	include PrePush
	### change only if you change your test runner
	@test_runner = {runner}
	###

	@solution = {sln_path} # the path to the solution to build
	# @assemblies = [{test_dlls}] # insert dlls to test if different to the solution.
	# @tests_to_run = {xunit191: ["./path/to/xunit/tests.dll"], nunit262: ["./path/to/nunit/tests1.dll", "./path/to/nunit/tests2.dll"]}
	# override_msbuild 'path/to/custom/msbuild.exe'
	# force_test_runner 'path/to/my/custom/test_runner.exe' # uncomment to use a custom test runner
end

Executor.run

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pre_push-1.1.2.1 lib/template/pre-push
pre_push-1.1.2 lib/template/pre-push
pre_push-1.1.1 lib/template/pre-push
pre_push-1.1.0 lib/template/pre-push