Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f4ee4a6

Browse files
author
Meaghan Lewis
committed
Test out running test automatically in Appveyor
1 parent 8ca54d7 commit f4ee4a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ install:
1919
nuget restore GitHubVS.sln
2020
build_script:
2121
- ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER
22-
test_script:
23-
- ps: scripts\test.ps1 -AppVeyor
22+
test:
23+
assemblies:
24+
only:
25+
'test\**\**\**\*UnitTests.dll'
2426
on_success:
2527
- ps: |
2628
if ($full_build) {

0 commit comments

Comments
 (0)