Skip to content

Commit 26eacfd

Browse files
author
Cynthia Jiang
committed
try update enabled_sections
1 parent e921e78 commit 26eacfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def main(argv):
163163
cmd_args.append("--enabled_sections=build_dotnet4")
164164
cmd_args.append("--output_unitypackage=False")
165165
else:
166-
cmd_args.append("--enabled_sections=build_dotnet3 build_dotnet4 asset_package_only")
166+
cmd_args.append("--enabled_sections='build_dotnet3 build_dotnet4 asset_package_only'")
167167

168168
# Check if need to gen new guids
169169
p = subprocess.Popen(cmd_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

0 commit comments

Comments
 (0)