Skip to content

Commit ae9fcf3

Browse files
committed
Fix vstest search folder
1 parent d2f772c commit ae9fcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ steps:
202202
!**\*TestHost*.dll
203203
!**\*TestPlatform*.dll
204204
!**\obj\**
205-
searchFolder: 'test'
205+
searchFolder: 'tests'
206206
vstestLocationMethod: 'version'
207207
vsTestVersion: 'toolsInstaller'
208208
platform: '$(buildPlatform)'

0 commit comments

Comments
 (0)