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

Commit 7cfdd9a

Browse files
author
Meaghan Lewis
committed
Fix syntax
1 parent f4ee4a6 commit 7cfdd9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ build_script:
2121
- ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER
2222
test:
2323
assemblies:
24-
only:
25-
'test\**\**\**\*UnitTests.dll'
24+
- 'test\**\**\**\*UnitTests.dll'
2625
on_success:
2726
- ps: |
2827
if ($full_build) {

0 commit comments

Comments
 (0)