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
I created a winget configuration from my existing installation using winget configure export --all -o myconfig.dsc.winget which creates apparently a dscv3 based configuration now (which I actually like):
But this did not work because ${WinGetConfigRoot} seems not be expanded and so the script was not found. When I specify the full path to the script then it works as expected.
So, is that a known issue for for DSCv3 based configurations for now or should ${WinGetConfigRoot} also with this DSCv3 based configuration (which is still very early preview as far I understand)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I created a winget configuration from my existing installation using
winget configure export --all -o myconfig.dsc.winget
which creates apparently a dscv3 based configuration now (which I actually like):I tried then to expand the configuration to run a simple PowerShell script like so:
But this did not work because
${WinGetConfigRoot}
seems not be expanded and so the script was not found. When I specify the full path to the script then it works as expected.So, is that a known issue for for DSCv3 based configurations for now or should
${WinGetConfigRoot}
also with this DSCv3 based configuration (which is still very early preview as far I understand)?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions