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.
This commit is contained in:
Andrew Schwartzmeyer 2016-08-09 12:39:19 -07:00
parent 1576172d23
commit 528f255dd8

View file

@ -37,6 +37,7 @@
"Modules/" : { "Modules/" : {
"include": [ "include": [
"../Modules/Windows+Unix-Core", "../Modules/Windows+Unix-Core",
"../Modules/Unix",
"../Modules/Shared" "../Modules/Shared"
], ],
"exclude": [ "exclude": [