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

Commit 35d25e8

Browse files
author
Meaghan Lewis
committed
Update assembly path
1 parent 7cfdd9a commit 35d25e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build_script:
2121
- ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER
2222
test:
2323
assemblies:
24-
- 'test\**\**\**\*UnitTests.dll'
24+
- 'test\**\**\**\*Tests.dll'
2525
on_success:
2626
- ps: |
2727
if ($full_build) {

0 commit comments

Comments
 (0)