From 7051c562654c9081c0057dc0b88448137f2cadb6 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Fri, 17 Mar 2023 17:00:45 +0000 Subject: [PATCH] Don't dereference --- tools/Build/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Build/Program.cs b/tools/Build/Program.cs index 7743946..415b512 100644 --- a/tools/Build/Program.cs +++ b/tools/Build/Program.cs @@ -18,7 +18,7 @@ internal static class Build { var projectPath = Path.Combine("src", "Twain.Web", "Twain.Web.csproj"); - if (artifactDirOption?.Value != null) + if (artifactDirOption.Value != null) DeleteDirectory(artifactDirOption.Value); RunDotNet(new[]