Skip to content

Commit ca1141c

Browse files
author
Jacob Viau
authored
Merge branch 'master' into nuget-references
2 parents b0462d4 + 104cb85 commit ca1141c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,16 @@ build:
4444
# test configuration #
4545
#---------------------------------#
4646

47+
# test net452
4748
test:
4849
assemblies:
49-
- '**\*tests.dll'
50+
- '**\net452\*test*.dll'
51+
52+
# test the netcoreapp1.0 version as well
53+
after_test:
54+
dotnet test src\Microsoft.VisualStudio.Jdt.Tests\Microsoft.VisualStudio.Jdt.Tests.csproj
55+
--no-build
56+
-f netcoreapp1.0
5057

5158
#---------------------------------#
5259
# artifact configuration #

0 commit comments

Comments
 (0)