Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Nattress <nattress@gmail.com>2018-03-22 02:53:09 +0300
committerGitHub <noreply@github.com>2018-03-22 02:53:09 +0300
commitac698529cd1aab4eadf052219a6b002d9c0f113f (patch)
tree0a359368191d471ecfe746f06711202980e1e5ae /external
parentddbe9b11579203826ad507aa8383e255bd82dd09 (diff)
Restore ProjectN package consistency check (#28217)
Re-enable validation that ProjectN compiler and targeting pack are the same version. This was disabled while we worked to update System.Private.CoreLib with breaking public API changes. Resolves https://github.com/dotnet/corefx/issues/27619
Diffstat (limited to 'external')
-rw-r--r--external/test-runtime/XUnit.Runtime.depproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/external/test-runtime/XUnit.Runtime.depproj b/external/test-runtime/XUnit.Runtime.depproj
index 5ce36a5e8b..f009697544 100644
--- a/external/test-runtime/XUnit.Runtime.depproj
+++ b/external/test-runtime/XUnit.Runtime.depproj
@@ -182,16 +182,10 @@
SkipUnchangedFiles="true"/>
</Target>
-<!--
-
- Disable this check until we get the CoreCLR and TFS versions of System.Private.CoreLib back in sync after recent breaking changes.
- https://github.com/dotnet/corefx/issues/27619
-
<Target Name="VerifyMatchingProjectNVersions"
BeforeTargets="Build">
<Error Condition="'$(ProjectNTfsExpectedPrerelease)' != '$(ProjectNTfsTestILCExpectedPrerelease)'" Text="The versions of ProjectN Targeting pack and TestILC have gone out of sync. Please make sure both of the prerelease versions on dependencies.props match." />
</Target>
--->
<Target Name="CopyTestILCToolsToTestHost"
AfterTargets="RestorePackages"