From 528f255dd89d19c28397052ddb15f38248a44d79 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Tue, 9 Aug 2016 12:39:19 -0700 Subject: [PATCH] Fix publishOptions for powershell-unix While Unix builds were given their own module folder, it was only being copied for build, not for publish, thus breaking some builds. --- src/powershell-unix/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/powershell-unix/project.json b/src/powershell-unix/project.json index bb497e160..f2d93ea8e 100644 --- a/src/powershell-unix/project.json +++ b/src/powershell-unix/project.json @@ -37,6 +37,7 @@ "Modules/" : { "include": [ "../Modules/Windows+Unix-Core", + "../Modules/Unix", "../Modules/Shared" ], "exclude": [