diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index fce8d0341e..836f728084 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -17,9 +17,9 @@
https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage
8ec298cce46b78be7e9ceb9e7403ad555b51f12b
-
+
https://github.com/microsoft/testanywhere
- 0381237a1a7c06d5e36523400235d2bc013ad058
+ 5475377201a11dba5ed12888525e88e2c86cf6f6
diff --git a/eng/Versions.props b/eng/Versions.props
index d38cff4451..4c02e9e431 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -10,6 +10,6 @@
10.0.0-beta.24604.4
17.14.0-preview.24620.2
- 1.0.0-alpha.24619.2
+ 1.0.0-alpha.24628.3
diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/NativeAotTests.cs b/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/NativeAotTests.cs
index 6aefda6e22..ad84b6721b 100644
--- a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/NativeAotTests.cs
+++ b/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/NativeAotTests.cs
@@ -83,7 +83,6 @@ public void TestMethod3(int a, int b)
""";
[TestMethod]
- [Ignore("https://github.com/microsoft/testfx/issues/4369")]
public async Task NativeAotTests_WillRunWithExitCodeZero()
{
// The hosted AzDO agents for Mac OS don't have the required tooling for us to test Native AOT.