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[]