From 4001a9990bcfed47ab7fca83c77f062bf48554c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Fri, 4 Dec 2020 11:49:42 +0100 Subject: [PATCH] Fixed paths in setup project --- build/Build.cs | 4 ++-- setup/Product.wxs | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) 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 @@ - - - - - - - + + + + + + +