Skip to content

Commit

Permalink
Specify runtime versions to install
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Nov 29, 2017
1 parent 810504a commit 7831848
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/repo.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project>
<Import Project="dependencies.props" />

<PropertyGroup>
<CoreOnly Condition="'$(CoreOnly)' == ''">False</CoreOnly>
Expand All @@ -7,14 +8,15 @@
<ItemGroup>
<!-- Only required when preparing to run the EFCore1 benchmarks project -->
<DotNetCoreRuntime Include="1.1.4" Condition=" '$(IsBuildingBenchmarks)' == 'true' " />
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />

<ExcludeFromTest Include="$(RepositoryRoot)test\EFCore.SqlServer.FunctionalTests\*.csproj" Condition="'$(TRAVIS)' == 'true'" />
<ExcludeFromTest Include="$(RepositoryRoot)test\EFCore.SqlServer.Design.FunctionalTests\*.csproj" Condition="'$(TRAVIS)' == 'true'" />
<ExcludeSolutions Include="$(RepositoryRoot)EFCore.Benchmarks.sln" />
<ExcludeSolutions Include="$(RepositoryRoot)EFCore.Runtime.sln" />
<ExcludeSolutions Include="$(RepositoryRoot)samples\Samples.sln" />
</ItemGroup>

<PropertyGroup>
<!-- These properties are use by the automation that updates dependencies.props -->
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
Expand Down

0 comments on commit 7831848

Please sign in to comment.