'How to set several input values in Azure custom task

I am creating an Azure custom task which I can add to the pipeline. In order to debug it, I need to set the required inputs with a command of this sort:

$env:INPUT_SERVICETYPE="SmartAPI"

I need to set the same command for each input and if I shut down VS Code I need to do it all over again.

Is there a way to set several inputs at once at a click of a button?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source