From adcd29615360480bc2c7bf7db15d622257946495 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 11 Aug 2014 12:46:23 -0700 Subject: [PATCH] Uncomment build steps --- build.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.ps1 b/build.ps1 index 06cb9abec..2649a2fe4 100644 --- a/build.ps1 +++ b/build.ps1 @@ -222,8 +222,8 @@ Function CleanupWindowsPackage() } Build -# RunGrunt -# PackageMono -# PackageOsx -# PackageTests -# CleanupWindowsPackage +RunGrunt +PackageMono +PackageOsx +PackageTests +CleanupWindowsPackage