diff --git a/build/Build.cs b/build/Build.cs index c245839..89325d6 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -45,14 +45,14 @@ class Build : NukeBuild Target BuildDmf => _ => _ .Executes(() => { - if(IsLocalBuild) + if (IsLocalBuild) return; Console.WriteLine($"DMF solution path: {DmfSolution}"); var platform = MSBuildTargetPlatform.x64; - if(AppVeyor.Instance.Platform != null && AppVeyor.Instance.Platform.Equals("x86")) + if (AppVeyor.Instance.Platform != null && AppVeyor.Instance.Platform.Equals("x86")) platform = MSBuildTargetPlatform.Win32; MSBuild(s => s diff --git a/setup/Product.wxs b/setup/Product.wxs index adb9333..9362df2 100644 --- a/setup/Product.wxs +++ b/setup/Product.wxs @@ -143,13 +143,13 @@ - - - - - - - + + + + + + +