@joebigelow / wix / commits / 116f0e50

One shiny NuGet package, please and thank you.

Rob Mensching committed Feb 11, 2021 at 14:44 UTC 116f0e50f50ca4d87dc97a9ff304d975f7fbeaf0
1 file changed -1
src/wix/Program.cs
-1
@@ -88,6 +88,5 @@ namespace WixToolset.Tools
88 var command = commandLine.CreateCommand(args);
89 return command?.ExecuteAsync(cancellationToken) ?? Task.FromResult(1);
90 }
91 -
91 }
92 }