stop for now
This commit is contained in:
@@ -19,3 +19,6 @@ before_build:
|
|||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: artifacts\bin\LinqRb\Release\*.nupkg
|
- path: artifacts\bin\LinqRb\Release\*.nupkg
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- dnx -p src\LinqRb.UnitTests\project.json
|
||||||
@@ -14,25 +14,14 @@
|
|||||||
"test": "xunit.runner.dnx"
|
"test": "xunit.runner.dnx"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx50": {
|
"dnx451": { },
|
||||||
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections": "4.0.11-beta-*",
|
"Microsoft.CSharp": "4.0.1-beta-23409",
|
||||||
"System.Collections.Concurrent": "4.0.11-beta-*",
|
"System.Collections": "4.0.11-beta-23409",
|
||||||
"System.ComponentModel": "4.0.1-beta-*",
|
"System.Linq": "4.0.1-beta-23409",
|
||||||
"System.Diagnostics.Contracts": "4.0.1-beta-*",
|
"System.Runtime": "4.0.21-beta-23409",
|
||||||
"System.Diagnostics.Debug": "4.0.11-beta-*",
|
"System.Threading": "4.0.11-beta-23409"
|
||||||
"System.Diagnostics.Tools": "4.0.1-beta-*",
|
|
||||||
"System.Globalization": "4.0.11-beta-*",
|
|
||||||
"System.Linq": "4.0.1-beta-*",
|
|
||||||
"System.Linq.Expressions": "4.0.11-beta-*",
|
|
||||||
"System.Reflection": "4.1.0-beta-*",
|
|
||||||
"System.Reflection.Extensions": "4.0.1-beta-*",
|
|
||||||
"System.Reflection.Primitives": "4.0.1-beta-*",
|
|
||||||
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
|
|
||||||
"System.Resources.ResourceManager": "4.0.1-beta-*",
|
|
||||||
"System.Runtime": "4.0.21-beta-*",
|
|
||||||
"System.Threading": "4.0.11-beta-*",
|
|
||||||
"System.Threading.Tasks": "4.0.11-beta-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,10 @@
|
|||||||
"dnx40": { },
|
"dnx40": { },
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.CSharp": "4.0.1-beta-23409"
|
"System.Collections": "4.0.11-beta-*",
|
||||||
|
"System.Linq": "4.0.1-beta-*",
|
||||||
|
"System.Runtime": "4.0.21-beta-*",
|
||||||
|
"System.Threading": "4.0.11-beta-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dotnet": {
|
"dotnet": {
|
||||||
|
|||||||
Reference in New Issue
Block a user