Install updated patch for sdk tests, skip additional test

This commit is contained in:
Daniel Plaisted 2019-05-16 18:24:45 -07:00
parent e5149d5c44
commit e809203280
2 changed files with 7 additions and 2 deletions

View file

@ -59,7 +59,7 @@
</ItemGroup>
<ItemGroup>
<RuntimeVersionToInstall Include="2.1.0" />
<RuntimeVersionToInstall Include="2.2.4" />
<RuntimeVersionToInstall Include="2.2.5" />
</ItemGroup>
</Target>

View file

@ -29,6 +29,11 @@
Issue="https://github.com/dotnet/sdk/pull/3214"
Reason="Code flow needed"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPreserveCompilationContext.It_publishes_the_project_with_a_refs_folder_and_correct_deps_file"
Skip="true"
Issue="https://github.com/dotnet/sdk/pull/3237"
Reason="Code flow needed"/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_targets_the_right_framework_depending_on_output_type"
Skip="true"
Issue=""