Skip to content

Commit 356f98e

Browse files
committed
dotnet test
1 parent c02f4fe commit 356f98e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ after_build:
2626
- cmd: del lib\*.nupkg
2727
- cmd: NuGet pack
2828

29+
test_script:
30+
dotnet test --framework net47 --verbosity q
31+
2932
artifacts:
3033
- path: '**\Unity.*.nupkg'
3134
name: 'Unity'

0 commit comments

Comments
 (0)