Skip to content

Commit f6808f0

Browse files
committed
test
1 parent 95ce14d commit f6808f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/BuildSteps.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public static void Test()
342342

343343
Environment.SetEnvironmentVariable("DURABLE_FUNCTION_PATH", Settings.DurableFolder);
344344

345-
Shell.Run("dotnet", $"test {Settings.TestProjectFile} -f net6.0 --logger trx");
345+
Shell.Run("dotnet", $"test {Settings.TestProjectFile} -f net6.0 --logger trx --filter CreateZip_Succeeds");
346346
}
347347

348348
public static void CopyBinariesToSign()
@@ -684,7 +684,7 @@ public static void UploadToStorage()
684684

685685
ColoredConsole.WriteLine($"Going to run the UploadToStorage. Setting is {Settings.IsPublicBuild}");
686686

687-
687+
688688
if (!string.IsNullOrEmpty(Settings.BuildArtifactsStorage))
689689
{
690690
var version = new Version(CurrentVersion);

0 commit comments

Comments
 (0)