Show error if tools package doesn't include runtimeconfig file

For test assets, don't explicitly include the runtimeconfig file, as the pack command does it automatically
This commit is contained in:
Daniel Plaisted 2017-04-26 17:59:08 -07:00
parent 0afd0b9975
commit d471037ce3
12 changed files with 11 additions and 55 deletions

View file

@ -9,12 +9,6 @@
<RuntimeIdentifiers>win7-x64;win7-x86</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
<BuiltProjectOutputGroupOutput Include="$(ProjectRuntimeConfigFilePath)">
<FinalOutputPath>$(ProjectRuntimeConfigFilePath)</FinalOutputPath>
</BuiltProjectOutputGroupOutput>
</ItemGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
</PropertyGroup>