Sha256: 631bf60801fadfeadaa55824cf27d4ecd2de5cf01742379ab1e7126421442c03
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 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' end Executor.run
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pre_push-0.0.7 | lib/template/pre-push |