Update WinGet configuration file location & extension (#37673)

Update configuration file location & extension
This commit is contained in:
Muhammad Danish
2025-03-04 09:47:57 +05:00
committed by GitHub
parent 22e29d1253
commit cca3f442e2
10 changed files with 7 additions and 7 deletions

View File

@@ -94,5 +94,5 @@ Note that we've supplied `Debug` option, so a `%TEMP\PowerToys.DSC.TestConfigure
Finally, you can test it with winget by invoking it as such:
```ps
winget configure .\configuration.dsc.yaml --accept-configuration-agreements --disable-interactivity
winget configure .\configuration.winget --accept-configuration-agreements --disable-interactivity
```