зеркало из https://github.com/github/VisualStudio.git
Test out running test automatically in Appveyor
This commit is contained in:
Родитель
8ca54d7f9e
Коммит
f4ee4a6d7c
|
@ -19,8 +19,10 @@ install:
|
|||
nuget restore GitHubVS.sln
|
||||
build_script:
|
||||
- ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER
|
||||
test_script:
|
||||
- ps: scripts\test.ps1 -AppVeyor
|
||||
test:
|
||||
assemblies:
|
||||
only:
|
||||
'test\**\**\**\*UnitTests.dll'
|
||||
on_success:
|
||||
- ps: |
|
||||
if ($full_build) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче