Create Separate Launch Command for Test Branch #41
Replies: 2 comments
-
Technically you could run the following command, but is much harder to remember. as a side note I did implement in the test.ps1 a check for the $ENV:environment variable and if it was set to "dev" it would load everything locally. Wouldn't be hard to implement that in the main script at some point that says if $ENV:environment = "test" it would load the test branch files. That way it's still the same command but you could do |
Beta Was this translation helpful? Give feedback.
-
I'll create a new alias as I was just running into this today. The big issue is passing the XML from the test branch as the ps1 file will pull from the main branch. |
Beta Was this translation helpful? Give feedback.
-
It would be cool if there was a separate command for running the test branch of the script, for both easier testing in a VM and for those who want to use the bleeding-edge script. It could also help find issues before the test branch is pushed into the main branch as more people opt to run it.
Beta Was this translation helpful? Give feedback.
All reactions