Sha256: 96e9b93435c7a099011ebd86fba1775a8e4a65bb387ea7a096a1d330399f8a3d

Contents?: true

Size: 472 Bytes

Versions: 2

Compression:

Stored size: 472 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.
	# 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

2 entries across 2 versions & 1 rubygems

Version Path
pre_push-1.0.1 lib/template/pre-push
pre_push-1.0.0 lib/template/pre-push