ni / niveristand-custom-device-build-tools

Tools for automating builds of NI VeriStand custom devices.
MIT License
18 stars 28 forks source link

Move build steps inline powershell scripts to files #173

Closed papowerNI closed 1 year ago

papowerNI commented 1 year ago

What does this Pull Request accomplish?

Moves the powershell scripts for dependencies and build preparation to powershell scripts. Command line does not have the same capabilities as powershell, so calling a batch script for CmdLine tasks is not feasible, but since they are relatively short with 1-2 calls inside, that shouldn't be too bad.

Why should this Pull Request be merged?

Continuing to improve readability and reusability of pipeline code.

What testing has been done?

This build should pass.