stop for now
This commit is contained in:
@@ -18,4 +18,7 @@ before_build:
|
||||
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
|
||||
|
||||
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"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx50": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-beta-*",
|
||||
"System.Collections.Concurrent": "4.0.11-beta-*",
|
||||
"System.ComponentModel": "4.0.1-beta-*",
|
||||
"System.Diagnostics.Contracts": "4.0.1-beta-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-beta-*",
|
||||
"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-*"
|
||||
"Microsoft.CSharp": "4.0.1-beta-23409",
|
||||
"System.Collections": "4.0.11-beta-23409",
|
||||
"System.Linq": "4.0.1-beta-23409",
|
||||
"System.Runtime": "4.0.21-beta-23409",
|
||||
"System.Threading": "4.0.11-beta-23409"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,10 @@
|
||||
"dnx40": { },
|
||||
"dnxcore50": {
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user