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

Integrate calling powershell build script from azure devops pipeline #85

Closed
svelderrainruiz opened this issue Dec 4, 2024 · 0 comments · Fixed by #87 or #86
Closed

Integrate calling powershell build script from azure devops pipeline #85

svelderrainruiz opened this issue Dec 4, 2024 · 0 comments · Fixed by #87 or #86
Assignees
Labels
enhancement New feature or request

Comments

@svelderrainruiz
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The current azure devops integration NI has that has is difficult to see what is behind the scenes.
There is a powershell script, which can build locally.
If there are any changes to the process, we would need to modify both Azure devops pipeline and powershell script.

Describe the solution you'd like
Modify Build.ps1 to be able to handle being called by the azure devops pipeline.

Describe alternatives you've considered
No alternatives if we want this to be scalable, the process will change eventually and we need a centralized location where we can do integration that can be reflected on an agent, as well as locally, by simply running a powershell command.

Additional context
This effort would allow to integrate this to a Github action, or fork into their own processes if they mean to create and maintain their own versions of the icon editor, since this process is maintained by the community as well as NI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment