How to create custom commands #6015
Unanswered
KennethHoff
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can't change environment variables at runtime, the model doesn't allow for that currently. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've swapped over to using Aspire 9 Preview and in doing so I noticed that custom commands has been added. However, after looking at how the built-in commands are implemented, I noticed that they retrieve an internal interface/class in order to do their "restart services" functionality.
What I want is a button that toggles between two different environment variables on an executable. How would I go forward with this?
Beta Was this translation helpful? Give feedback.
All reactions