Skip to content

Commit 5bbf95d

Browse files
committed
update
1 parent a9ab038 commit 5bbf95d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

DynamoVisualProgramming.PythonEngine.PythonNet3.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<copyright>Copyright Autodesk 2025</copyright>
1313
</metadata>
1414
<files>
15-
<file src="package_output\pkg.json" target="" />
16-
<file src="package_output\bin\**" target="bin\" exclude="bin\DSPythonNet3*.pdb;" />
17-
<file src="package_output\extra\**" target="extra\" />
15+
<file src="package_output\DSPythonNet3\pkg.json" target="content\manifest\" />
16+
<file src="package_output\DSPythonNet3\bin\**" target="lib\net10.0\" exclude="**\*.pdb;" />
17+
<file src="package_output\DSPythonNet3\extra\**" target="lib\net10.0\" exclude="**\*.pdb;" />
1818
</files>
1919
</package>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Builds are published to [Jenkins](https://master-5.jenkins.autodesk.com/job/Dyna
99
## Deployment
1010

1111
The repository uses the release branch to deploy to [Dynamo Package Manager](www.dynamopackages.com).
12+
As well as to public Nuget: https://www.nuget.org/packages/DynamoVisualProgramming.PythonEngine.PythonNet3
13+
(make sure the pkg.json file has the intended version before releasing)
1214

1315
The package `PythonNet3 Engine` is a dynamo package that is consumed by dynamo users using the Package Manager. The following explains the deployment process to continously push updates to that package.
1416

0 commit comments

Comments
 (0)