From ca7ef36db4e86db979f4f510c4b6cfe3af6bd761 Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Tue, 24 Sep 2024 11:20:26 +0200 Subject: [PATCH] There's no release --- .../Bake.Tests/IntegrationTests/BakeTests/NetCoreConsoleTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Bake.Tests/IntegrationTests/BakeTests/NetCoreConsoleTests.cs b/Source/Bake.Tests/IntegrationTests/BakeTests/NetCoreConsoleTests.cs index 9fc70c26..56192ae8 100644 --- a/Source/Bake.Tests/IntegrationTests/BakeTests/NetCoreConsoleTests.cs +++ b/Source/Bake.Tests/IntegrationTests/BakeTests/NetCoreConsoleTests.cs @@ -73,7 +73,6 @@ public async Task ARM() AssertFileExists( 50L.MB(), "bin", "Release", "publish", "linux-arm64", "NetCore.Console"); - Releases.Should().HaveCount(1); } [Test]