You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some setup tasks need to run in user logon session like Show dialog and accept license agreement, Mount SMB file share as drive, Install vscode extension, etc..
So I think RunAsUser feature is important and should be provided by powershell task cataloged in this repo.
It seems curious that git-clone and winget task have implementation while powershell task doesn't have.
Describe the solution you'd like
Like powershell task in advanced samples repo.
But it has mistake in task.yaml, not 'defaultValue' but 'default' for default value.
Describe alternatives you've considered
I think this 'RunAsUser' feature is universal, so it should be provided by CaC feature of DevBox itself, not by each tasks.
Additional context
I think the quick start catalog is very important for developer team.
I'm looking forward to expanding the capabilities.
Thanks !
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some setup tasks need to run in user logon session like Show dialog and accept license agreement, Mount SMB file share as drive, Install vscode extension, etc..
So I think RunAsUser feature is important and should be provided by powershell task cataloged in this repo.
It seems curious that git-clone and winget task have implementation while powershell task doesn't have.
Describe the solution you'd like
Like powershell task in advanced samples repo.
But it has mistake in task.yaml, not 'defaultValue' but 'default' for default value.
Describe alternatives you've considered
I think this 'RunAsUser' feature is universal, so it should be provided by CaC feature of DevBox itself, not by each tasks.
Additional context
I think the quick start catalog is very important for developer team.
I'm looking forward to expanding the capabilities.
Thanks !
The text was updated successfully, but these errors were encountered: