Revert "wireup into ci script"

This reverts commit 10be7085e6.
This commit is contained in:
Brendan Forster
2014-02-20 11:44:25 +11:00
parent 5e32c4e0ed
commit cf0dfe1709
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -67,7 +67,6 @@ Target "ConventionTests" (fun _ ->
|> xUnit (fun p ->
{p with
XmlOutput = true
Verbose = false
OutputDir = testResultsDir })
)
-7
View File
@@ -100,13 +100,6 @@ if ($LastExitCode -ne 0) {
Dump-Error($output)
}
Write-Output "Running convention tests..."
Write-Output ""
$output = & .\tools\FAKE.Core\tools\Fake.exe "build.fsx" "target=ConventionTests" "buildMode=Release"
if ($LastExitCode -ne 0) {
Dump-Error($output)
}
Write-Output "Running integration tests..."
Write-Output ""
$output = & .\tools\FAKE.Core\tools\Fake.exe "build.fsx" "target=IntegrationTests" "buildMode=Release"