From d89346c89c94ea9f88124a269c6c86ed8ffa0791 Mon Sep 17 00:00:00 2001 From: jhoneill Date: Sun, 1 Dec 2019 22:39:53 +0000 Subject: [PATCH] Fix CI getting out of sync with directory changes --- Install.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index a733000..7f82e96 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -29,7 +29,8 @@ $IncludeFiles = @( 'Charting', 'en-US', 'Examples', - 'ExportedCommands', + 'Public', + 'Private' 'images', 'InferData', 'InternalFunctions',