We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ce14d commit f6808f0Copy full SHA for f6808f0
build/BuildSteps.cs
@@ -342,7 +342,7 @@ public static void Test()
342
343
Environment.SetEnvironmentVariable("DURABLE_FUNCTION_PATH", Settings.DurableFolder);
344
345
- Shell.Run("dotnet", $"test {Settings.TestProjectFile} -f net6.0 --logger trx");
+ Shell.Run("dotnet", $"test {Settings.TestProjectFile} -f net6.0 --logger trx --filter CreateZip_Succeeds");
346
}
347
348
public static void CopyBinariesToSign()
@@ -684,7 +684,7 @@ public static void UploadToStorage()
684
685
ColoredConsole.WriteLine($"Going to run the UploadToStorage. Setting is {Settings.IsPublicBuild}");
686
687
-
+
688
if (!string.IsNullOrEmpty(Settings.BuildArtifactsStorage))
689
{
690
var version = new Version(CurrentVersion);
0 commit comments