diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b5b136f5a0..5821c84095a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,33 +1,33 @@ - + https://github.com/microsoft/dcp - 4808f6b49ebf5feeffe79034cf2b140f5d7c548c + cf09d5dd3b0c3229f220944f0391e857dab0049b - + https://github.com/microsoft/dcp - 4808f6b49ebf5feeffe79034cf2b140f5d7c548c + cf09d5dd3b0c3229f220944f0391e857dab0049b - + https://github.com/microsoft/dcp - 4808f6b49ebf5feeffe79034cf2b140f5d7c548c + cf09d5dd3b0c3229f220944f0391e857dab0049b - + https://github.com/microsoft/dcp - 4808f6b49ebf5feeffe79034cf2b140f5d7c548c + cf09d5dd3b0c3229f220944f0391e857dab0049b - + https://github.com/microsoft/dcp - 4808f6b49ebf5feeffe79034cf2b140f5d7c548c + cf09d5dd3b0c3229f220944f0391e857dab0049b - + https://github.com/microsoft/dcp - 4808f6b49ebf5feeffe79034cf2b140f5d7c548c + cf09d5dd3b0c3229f220944f0391e857dab0049b - + https://github.com/microsoft/dcp - 4808f6b49ebf5feeffe79034cf2b140f5d7c548c + cf09d5dd3b0c3229f220944f0391e857dab0049b https://dev.azure.com/dnceng/internal/_git/dotnet-extensions diff --git a/eng/Versions.props b/eng/Versions.props index e99c5e131df..a4816ceb51a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,13 +28,13 @@ 8.0.100-rtm.23512.16 - 0.22.2 - 0.22.2 - 0.22.2 - 0.22.2 - 0.22.2 - 0.22.2 - 0.22.2 + 0.22.3 + 0.22.3 + 0.22.3 + 0.22.3 + 0.22.3 + 0.22.3 + 0.22.3 11.0.0-beta.25610.3 11.0.0-beta.25610.3 diff --git a/tests/Aspire.Hosting.Tests/ContainerTunnelTests.cs b/tests/Aspire.Hosting.Tests/ContainerTunnelTests.cs index b35b2459fb0..2e8de82ccf0 100644 --- a/tests/Aspire.Hosting.Tests/ContainerTunnelTests.cs +++ b/tests/Aspire.Hosting.Tests/ContainerTunnelTests.cs @@ -13,6 +13,7 @@ public class ContainerTunnelTests(ITestOutputHelper testOutputHelper) { [Fact] [RequiresFeature(TestFeature.Docker)] + [QuarantinedTest("https://github.com/dotnet/aspire/issues/14325")] public async Task ContainerTunnelWorksWithYarp() { const string testName = "container-tunnel-works-with-yarp";