This commit is contained in:
anurse 2015-01-05 13:52:36 -08:00
Родитель dc75ca337f
Коммит 021692580a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,4 +25,4 @@ var ARTIFACTS_DIR = '${Path.Combine(ROOT, "artifacts")}'
}
#run-ps1-tests target='test' if='!IsLinux'
exec program='powershell' commandline='-ExecutionPolicy RemoteSigned -NoProfile -NoLogo -Command & "${Path.Combine(TEST_DIR, "ps1", "Run-Tests.ps1")} -OutputFile ${Path.Combine(ARTIFACTS_DIR, "ps1tests.nunit.xml")} -OutputFormat NUnitXml"'
exec program='powershell' commandline='-ExecutionPolicy RemoteSigned -NoProfile -NoLogo -Command & "${Path.Combine(TEST_DIR, "ps1", "Run-Tests.ps1")} -OutputFile ${Path.Combine(ARTIFACTS_DIR, "ps1tests.nunit.xml")} -OutputFormat NUnitXml ${IsTeamCity?"-TeamCity":""}'