Format:
Recent snippets matching tags of psake
task Test -depends Compile {
$origin_directory = pwd
cd $build_directory
$test_assemblies = dir $build_directory -filter *test*.dll | foreach {$_.FullName }
$gsnap = Get-PSSnapin -name Gallio
if($gsnap -eq $null){
Add-PSSnapIn Gallio
}
Run-Gallio $test_assemblies -verbose -ReportTypes Html-Condensed -ReportDirectory $test_report_directory
cd $origin_directory
36 Views
no comments
properties {
# **************** CONFIGURE ****************
$solution_name = "Framework"
$test_library = "$solution_name.Test.dll"
$libraries_to_merge = "antlr3.runtime.dll", `
"ajaxcontroltoolkit.dll", `
"Castle.DynamicProxy2.dll", `
"Castle.Core.dll", `
184 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
