Skip to content

Commit ef399f2

Browse files
committed
Fix test failure in appveyor
Be more intentional about which assemblies to scan for tests
1 parent 15bc501 commit ef399f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ before_build:
2222
build_script:
2323
- ps: >-
2424
.\build.ps1
25+
test:
26+
assemblies:
27+
only:
28+
- NerdBank.GitVersioning.Tests.dll
2529
artifacts:
2630
- path: bin\**\*.nupkg
2731
- path: bin\js\*.tgz

0 commit comments

Comments
 (0)