-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
Would it be feasible to use Nuget programmatically via pythonnet instead? |
Assuming the .Net SDK is installed, this could work. |
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 |
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. |
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. |
Sorry a little slow, but made some progress over the weekend. Will update soon. |
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.
The text was updated successfully, but these errors were encountered: