Skip to content

Commit cba7b7e

Browse files
authored
fix zip for packaging (#20)
* update to latest ironpython3 * fix zip
1 parent d53ea54 commit cba7b7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package_output/DSIronPython3/pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"license": "",
33
"file_hash": null,
44
"name": "DynamoIronPython3",
5-
"version": "1.5.1",
5+
"version": "1.6.0",
66
"description": "***This is an unofficial version of the IronPython 3 Extension and Standard Library which will load the IronPython3 evaluation engine for Dynamo.\r\n\r\nDue to Dynamo's framework update from .NET4.8 to .NET8.0, you need to use the following versions of IronPython3:\r\n\r\n1. For Dynamo versions in the 2.X series, use IronPython3 versions less than 1.2\r\n2. For Dynamo versions in the 3.X series and above, use IronPython3 versions 1.3.1 or greater***",
77
"group": "",
88
"keywords": [ "python", "ironpython", "ironpython3" ],

pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ deployment:
5959
publish_to_package_manager: true
6060
use_dev_pm: false
6161
scripts:
62-
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path .\\package_output\\DSIronPython3 -DestinationPath .\\DSIronPython3Package.zip"
62+
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path .\\package_output\\DSIronPython3\\* -DestinationPath .\\DSIronPython3Package.zip"
6363
outputs:
6464
- "DSIronPython3Package.zip"

0 commit comments

Comments
 (0)