diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 9429dea219b85..36df3f9e92402 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -26,7 +26,7 @@
https://github.com/dotnet/arcade
bce0a98620c1c5a110b2bba9912f3d5929069c6b
-
+
https://github.com/dotnet/arcade
bce0a98620c1c5a110b2bba9912f3d5929069c6b
diff --git a/eng/Versions.props b/eng/Versions.props
index 0bf1b1b7daa03..20b67cb9b7ecf 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -63,7 +63,7 @@
5.0.0-beta.20201.2
5.0.0-beta.20201.2
5.0.0-beta.20201.2
- 5.0.0-beta.20201.2
+ 5.0.0-beta.20221.14
2.5.1-beta.20201.2
5.0.0-beta.20201.2
5.0.0-beta.20201.2
diff --git a/eng/testing/xunit/vstest.props b/eng/testing/xunit/vstest.props
index 0cc370f276171..152ca6e67db74 100644
--- a/eng/testing/xunit/vstest.props
+++ b/eng/testing/xunit/vstest.props
@@ -5,7 +5,6 @@
testResults.trx
testResults.html
$(HtmlTestResultsName)
- $(MSBuildThisFileDirectory)vstest.xunit.json
diff --git a/eng/testing/xunit/vstest.xunit.json b/eng/testing/xunit/vstest.xunit.json
deleted file mode 100644
index b81a78d00ad56..0000000000000
--- a/eng/testing/xunit/vstest.xunit.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "diagnosticMessages": false,
- "longRunningTestSeconds": 120,
- "shadowCopy": false
-}
\ No newline at end of file
diff --git a/eng/testing/xunit/xunit.console.props b/eng/testing/xunit/xunit.console.props
index ad7ffdb52587f..59554280e9886 100644
--- a/eng/testing/xunit/xunit.console.props
+++ b/eng/testing/xunit/xunit.console.props
@@ -2,7 +2,7 @@
true
testResults.xml
- $(MSBuildThisFileDirectory)xunit.console.json
+ $(MSBuildThisFileDirectory)xunit.runner.json
@@ -18,6 +18,11 @@
around a dupliate type between System.Runtime.Serialization.Formatters and Newtonsoft.Json.
-->
+
+
+
diff --git a/eng/testing/xunit/xunit.console.json b/eng/testing/xunit/xunit.runner.json
similarity index 100%
rename from eng/testing/xunit/xunit.console.json
rename to eng/testing/xunit/xunit.runner.json
diff --git a/eng/testing/xunit/xunit.targets b/eng/testing/xunit/xunit.targets
index 4583d682cfb70..348be251a9fb1 100644
--- a/eng/testing/xunit/xunit.targets
+++ b/eng/testing/xunit/xunit.targets
@@ -1,11 +1,5 @@
- nonwindowstests
- nonlinuxtests
- nonosxtests
- nonfreebsdtests
- nonnetbsdtests
-
<_withCategories Condition="'$(WithCategories)' != ''">;$(WithCategories.Trim(';'))
<_withoutCategories Condition="'$(WithoutCategories)' != ''">;$(WithoutCategories.Trim(';'))
@@ -15,27 +9,8 @@
<_withoutCategories Condition="'$(ArchiveTests)' == 'true'">$(_withoutCategories);IgnoreForCI
<_withoutCategories Condition="'$(TestScope)' == '' or '$(TestScope)' == 'innerloop'">$(_withoutCategories);OuterLoop
<_withoutCategories Condition="!$(_withCategories.Contains('failing'))">$(_withoutCategories);failing
-
- <_targetCategory Condition="'$(TargetsNetCoreApp)' == 'true'">netcoreapp
- <_targetCategory Condition="'$(TargetsNetFx)' == 'true'">netfx
-
- <_withoutCategories>$(_withoutCategories);non$(_targetCategory)tests
- <_withoutCategories Condition="'$(TargetOSCategory)' != ''">$(_withoutCategories);$(TargetOSCategory)
-
-
-
-
-
-
-
-
diff --git a/src/installer/test/Directory.Build.props b/src/installer/test/Directory.Build.props
index 8cb17e0b062bc..918a11e2e3f63 100644
--- a/src/installer/test/Directory.Build.props
+++ b/src/installer/test/Directory.Build.props
@@ -10,16 +10,7 @@
$(ArtifactsObjDir)ExtraNupkgsForTestRestore\
$(TargetArchitecture)
$(NetCoreAppCurrent)
-
-
-
- nonwindowstests
- nonlinuxtests
- nonosxtests
- nonfreebsdtests
- nonnetbsdtests
-
- -notrait category=$(TargetOSTrait)
+ -notrait category=failing