We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0462d4 + 104cb85 commit ca1141cCopy full SHA for ca1141c
appveyor.yml
@@ -44,9 +44,16 @@ build:
44
# test configuration #
45
#---------------------------------#
46
47
+# test net452
48
test:
49
assemblies:
- - '**\*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
57
58
59
# artifact configuration #
0 commit comments