Change warning to error for test asset framework issues. (dotnet/coreclr#6535)
authorDavis Goodin <dagood@users.noreply.github.com>
Fri, 14 Oct 2016 16:58:54 +0000 (11:58 -0500)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2016 16:58:54 +0000 (11:58 -0500)
Commit migrated from https://github.com/dotnet/coreclr/commit/0f89bd29d3f77a1a6f5a4764d0747270fc89e4a5

src/coreclr/tests/publishdependency.targets

index c5a006c..997a523 100644 (file)
@@ -23,7 +23,7 @@
 
     <!-- This will use the overridden PrereleaseResolveNuGetPackageAssets, which outputs copy local items
          for the xunit wrapper projects -->
-    <PrereleaseResolveNuGetPackageAssets AllowFallbackOnTargetSelection="true"
+    <PrereleaseResolveNuGetPackageAssets AllowFallbackOnTargetSelection="false"
                                          IncludeFrameworkReferences="false"
                                          NuGetPackagesDirectory="$(PackagesDir)"
                                          RuntimeIdentifier="$(TestNugetRuntimeId)"