File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-* " ,
2+ "version" : " 1.0.0-alpha " ,
33 "testRunner" : " xunit" ,
44 "dependencies" : {
55 "JsonApiDotNetCore" : " 0.1.0" ,
88 "moq" : " 4.6.38-alpha"
99 },
1010 "frameworks" : {
11- "net451" : {},
1211 "netcoreapp1.0" : {
1312 "imports" : [
1413 " dotnet5.6" ,
3332 "defaultNamespace" : " JsonApiDotNetCoreTests"
3433 },
3534 "tools" : {
36- "Microsoft.DotNet.Watcher.Tools" : {
35+ "Microsoft.DotNet.Watcher.Tools" : {
3736 "version" : " 1.0.0-*" ,
3837 "imports" : " portable-net451+win8"
3938 }
Original file line number Diff line number Diff line change 1111
1212dotnet restore
1313
14- # Ideally we would use the 'dotnet test' command to test netcoreapp and net451 so restrict for now
15- # but this currently doesn't work due to https://github.com/dotnet/cli/issues/3073 so restrict to netcoreapp
16-
1714dotnet test ./JsonApiDotNetCoreTests -c Release -f netcoreapp1.0
1815
19- # Instead, run directly with mono for the full .net version
20- dotnet build ./JsonApiDotNetCoreTests -c Release -f net451
21-
22- mono \
23- ./JsonApiDotNetCoreTests/bin/Release/net451/* /dotnet-test-xunit.exe \
24- ./JsonApiDotNetCoreTests/bin/Release/net451/* /JsonApiDotNetCoreTests.dll
25-
2616revision=${TRAVIS_JOB_ID:= 1}
2717revision=$( printf " %04d" $revision )
2818
You can’t perform that action at this time.
0 commit comments