Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to PowerShell scripts for building zip files #148

Closed
lmalenfant opened this issue May 14, 2024 · 6 comments · Fixed by #149
Closed

Updates to PowerShell scripts for building zip files #148

lmalenfant opened this issue May 14, 2024 · 6 comments · Fixed by #149
Assignees

Comments

@lmalenfant
Copy link
Member

Add a PowerShell script to create zip files with the VTS dlls so they can be utilized in the Python scripting project.

Build a zip file for each platform, Windows, Linux and Mac.

Change the other scripts to accommodate this new script and make sure scripts can run independently.

@lmalenfant lmalenfant self-assigned this May 14, 2024
@dcuccia
Copy link
Contributor

dcuccia commented May 14, 2024

Would it be feasible to use Nuget programmatically via pythonnet instead?

@dcuccia
Copy link
Contributor

dcuccia commented May 14, 2024

Assuming the .Net SDK is installed, this could work.

@lmalenfant
Copy link
Member Author

lmalenfant commented May 14, 2024

It works for the CSharp scripts but both Scott Prahl and I tried for the Python scripts and were unsuccessful, see this thread VirtualPhotonics/Vts.Scripting.Python#6

@dcuccia
Copy link
Contributor

dcuccia commented May 14, 2024

I see, interesting. Would love to have a hands-off way of using nuget, so that there aren't additional/separate packaging strategies across the different use cases. I might have time to look at this over the weekend, if that's of interest.

@lmalenfant
Copy link
Member Author

lmalenfant commented May 14, 2024

That would be great! This has been an open issue on the Python scripting repo since it was created. NuGet worked great for CSharp but not Python.

I even tried using both kernels but the way the NuGet packages are organized meant it needed more configuration.

@dcuccia
Copy link
Contributor

dcuccia commented May 20, 2024

Sorry a little slow, but made some progress over the weekend. Will update soon.

@lmalenfant lmalenfant changed the title Create a new PowerShell script for building zip files Updates to PowerShell scripts for building zip files May 21, 2024
@lmalenfant lmalenfant linked a pull request May 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants