Merge develop !deploy
This commit is contained in:
@@ -36,6 +36,6 @@ class ScriptLine
|
|||||||
$this.LineNumber
|
$this.LineNumber
|
||||||
$this.Text
|
$this.Text
|
||||||
)
|
)
|
||||||
return ("[{0,5}ms,{1,4},{2,4}ms] {3,4}:{4}" -f $values)
|
return ("[{0:0000}ms,{1:000},{2:000}ms] {3,4}:{4}" -f $values)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -54,10 +54,7 @@ Task Test -Depends UnitTests {
|
|||||||
{
|
{
|
||||||
"Uploading $ProjectRoot\$TestFile to AppVeyor"
|
"Uploading $ProjectRoot\$TestFile to AppVeyor"
|
||||||
"JobID: $env:APPVEYOR_JOB_ID"
|
"JobID: $env:APPVEYOR_JOB_ID"
|
||||||
(New-Object 'System.Net.WebClient').UploadFile(
|
(New-Object 'System.Net.WebClient').UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path "$ProjectRoot\$TestFile"))
|
||||||
"https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)",
|
|
||||||
"$ProjectRoot\$TestFile"
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Remove-Item "$ProjectRoot\$TestFile" -Force -ErrorAction SilentlyContinue
|
Remove-Item "$ProjectRoot\$TestFile" -Force -ErrorAction SilentlyContinue
|
||||||
|
|||||||
Reference in New Issue
Block a user