Skip to content

Commit ec9a622

Browse files
authored
appveyor (#123)
* build 2.0 last * Fix project file
1 parent 1d5cbbb commit ec9a622

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ build_script:
3434
- dotnet restore test\EntityFramework.DynamicLinq.Tests\EntityFramework.DynamicLinq.Tests.csproj
3535

3636
# 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
4040
- 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
4241

4342
# Build Tests
4443
- dotnet build test\System.Linq.Dynamic.Core.Tests\System.Linq.Dynamic.Core.Tests.csproj -c %CONFIGURATION%
4544
- dotnet build test\EntityFramework.DynamicLinq.Tests\EntityFramework.DynamicLinq.Tests.csproj -c %CONFIGURATION%
4645

4746
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
4948
- dotnet test -c %CONFIGURATION% --no-build test\EntityFramework.DynamicLinq.Tests\EntityFramework.DynamicLinq.Tests.csproj
5049

5150
after_test:
51+
# Use System.Linq.Dynamic.Core.Tests as coverage tests
5252
- nuget.exe install OpenCover -ExcludeVersion
5353
- nuget.exe install coveralls.net -ExcludeVersion
5454
- pip install codecov

src/Microsoft.EntityFrameworkCore.DynamicLinq/Microsoft.EntityFrameworkCore.DynamicLinq.AppVeyor.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161

6262
<ItemGroup>
6363
<PackageReference Include="JetBrains.Annotations" Version="10.2.1" PrivateAssets="All" />
64-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" />
6564
</ItemGroup>
6665

6766
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq/Microsoft.EntityFrameworkCore.DynamicLinq.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161

6262
<ItemGroup>
6363
<PackageReference Include="JetBrains.Annotations" Version="10.2.1" PrivateAssets="All" />
64-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" />
6564
</ItemGroup>
6665

6766
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

0 commit comments

Comments
 (0)