Commit ec9a622 1 parent 1d5cbbb commit ec9a622 Copy full SHA for ec9a622
File tree 3 files changed +5
-7
lines changed
src/Microsoft.EntityFrameworkCore.DynamicLinq
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,21 @@ build_script:
34
34
- dotnet restore test\EntityFramework.DynamicLinq.Tests\EntityFramework.DynamicLinq.Tests.csproj
35
35
36
36
# Build Code
37
- - dotnet build src\EntityFramework.DynamicLinq\EntityFramework.DynamicLinq.csproj -c %CONFIGURATION%
38
- - dotnet build src\System.Linq.Dynamic.Core\System.Linq.Dynamic.Core.csproj -c %CONFIGURATION% --framework netstandard1.3
39
- - dotnet build src\Microsoft.EntityFrameworkCore.DynamicLinq\Microsoft.EntityFrameworkCore.DynamicLinq.csproj -c %CONFIGURATION% --framework netstandard1.3
37
+ # - dotnet build src\EntityFramework.DynamicLinq\EntityFramework.DynamicLinq.csproj -c %CONFIGURATION%
38
+ # - dotnet build src\System.Linq.Dynamic.Core\System.Linq.Dynamic.Core.csproj -c %CONFIGURATION% --framework netstandard1.3
39
+ # - dotnet build src\Microsoft.EntityFrameworkCore.DynamicLinq\Microsoft.EntityFrameworkCore.DynamicLinq.csproj -c %CONFIGURATION% --framework netstandard1.3
40
40
- dotnet build src\System.Linq.Dynamic.Core\System.Linq.Dynamic.Core.csproj -c %CONFIGURATION% --framework netstandard2.0
41
- - dotnet build src\Microsoft.EntityFrameworkCore.DynamicLinq\Microsoft.EntityFrameworkCore.DynamicLinq.csproj -c %CONFIGURATION% --framework netstandard2.0
42
41
43
42
# Build Tests
44
43
- dotnet build test\System.Linq.Dynamic.Core.Tests\System.Linq.Dynamic.Core.Tests.csproj -c %CONFIGURATION%
45
44
- dotnet build test\EntityFramework.DynamicLinq.Tests\EntityFramework.DynamicLinq.Tests.csproj -c %CONFIGURATION%
46
45
47
46
test_script :
48
- # - dotnet test -c %CONFIGURATION% --no-build test\System.Linq.Dynamic.Core.Tests\System.Linq.Dynamic.Core.Tests.csproj
47
+ # Run tests for EntityFramework.DynamicLinq
49
48
- dotnet test -c %CONFIGURATION% --no-build test\EntityFramework.DynamicLinq.Tests\EntityFramework.DynamicLinq.Tests.csproj
50
49
51
50
after_test :
51
+ # Use System.Linq.Dynamic.Core.Tests as coverage tests
52
52
- nuget.exe install OpenCover -ExcludeVersion
53
53
- nuget.exe install coveralls.net -ExcludeVersion
54
54
- pip install codecov
Original file line number Diff line number Diff line change 61
61
62
62
<ItemGroup >
63
63
<PackageReference Include =" JetBrains.Annotations" Version =" 10.2.1" PrivateAssets =" All" />
64
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 1.1.0" />
65
64
</ItemGroup >
66
65
67
66
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
Original file line number Diff line number Diff line change 61
61
62
62
<ItemGroup >
63
63
<PackageReference Include =" JetBrains.Annotations" Version =" 10.2.1" PrivateAssets =" All" />
64
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 1.1.0" />
65
64
</ItemGroup >
66
65
67
66
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
You can’t perform that action at this time.
0 commit comments