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 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.0-alpha " ,
3
3
"testRunner" : " xunit" ,
4
4
"dependencies" : {
5
5
"JsonApiDotNetCore" : " 0.1.0" ,
8
8
"moq" : " 4.6.38-alpha"
9
9
},
10
10
"frameworks" : {
11
- "net451" : {},
12
11
"netcoreapp1.0" : {
13
12
"imports" : [
14
13
" dotnet5.6" ,
33
32
"defaultNamespace" : " JsonApiDotNetCoreTests"
34
33
},
35
34
"tools" : {
36
- "Microsoft.DotNet.Watcher.Tools" : {
35
+ "Microsoft.DotNet.Watcher.Tools" : {
37
36
"version" : " 1.0.0-*" ,
38
37
"imports" : " portable-net451+win8"
39
38
}
Original file line number Diff line number Diff line change 11
11
12
12
dotnet restore
13
13
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
-
17
14
dotnet test ./JsonApiDotNetCoreTests -c Release -f netcoreapp1.0
18
15
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
-
26
16
revision=${TRAVIS_JOB_ID:= 1}
27
17
revision=$( printf " %04d" $revision )
28
18
You can’t perform that action at this time.
0 commit comments