Merge pull request #3634 from ramarag/testbuild
authorRama krishnan Raghupathy <ramarag@microsoft.com>
Tue, 15 Mar 2016 01:53:57 +0000 (18:53 -0700)
committerRama krishnan Raghupathy <ramarag@microsoft.com>
Tue, 15 Mar 2016 01:53:57 +0000 (18:53 -0700)
Enabling standalone builds for Test Project of any Priority

1  2 
tests/src/Common/test_runtime/test_runtime.csproj

@@@ -4,11 -4,7 +4,9 @@@
    <PropertyGroup>
      <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-     <OutputType>Library</OutputType>
-     <GenerateRunScript>false</GenerateRunScript>
      <CLRTestKind>BuildOnly</CLRTestKind>
 +    <!-- Skip validation of the test_runtime project created by the test build. -->
 +    <ValidatePackageVersions>false</ValidatePackageVersions>
    </PropertyGroup>
    <ItemGroup>
       <DnuSourceList Include="$(CORE_ROOT)\.nuget\pkg" />