Browse Source

SQSCANNER-8 Execute ITs on Windows using AppVeyor

tags/2.5-rc1
Duarte Meneses 8 years ago
parent
commit
8ea7b9f849
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      appveyor.ps1

+ 2
- 2
appveyor.ps1 View File

@@ -115,7 +115,7 @@ CALLSTACK:$(Get-PSCallStack | Out-String)
}
}

switch ($env:TEST)
switch ($env:RUN)
{
"ci"
{
@@ -150,6 +150,6 @@ switch ($env:TEST)

default
{
throw "Unexpected TEST mode: $env:TEST"
throw "Unexpected RUN mode: $env:RUN"
}
}

Loading…
Cancel
Save