Browse Source

Fixed DirSuffix in build parameters.

pull/1077/head
Jeremy Koritzinsky 9 years ago
parent
commit
014faad605
  1. 3
      parameters.cake

3
parameters.cake

@ -111,6 +111,9 @@ public class Parameters
BuildDirs = context.GetDirectories("**/bin") + context.GetDirectories("**/obj");
DirSuffixSkia = DirSuffix = Configuration;
DirSuffixIOS = "iPhone" + "/" + Configuration;
FileZipSuffix = Version + ".zip";
ZipCoreArtifacts = ZipRoot.CombineWithFilePath("Avalonia-" + FileZipSuffix);
ZipSourceControlCatalogDesktopDirs = (DirectoryPath)context.Directory("./samples/ControlCatalog.Desktop/bin/" + DirSuffix);

Loading…
Cancel
Save