Demitrius Nelon
Demitrius Nelon
Related to: * #1067 * #20
Similar to: * #685
Over at the WinGet CLI repository we're looking at: * https://github.com/microsoft/winget-cli/issues/3274
Hey everyone, I wanted to add some clarity here. The current list is a hardcoded list of packages. We don't want to be in a constant state of flux where...
@localden this is a great feedback. Dev Home is using WinGet to perform the search action. The first result you saw with msal is because the "Package Id" in WinGet...
If the automation is going to be a GitHub action, you can look at [PowerToys](https://github.com/microsoft/PowerToys/blob/main/.github/workflows/package-submissions.yml) and [Oh-My-Posh](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/.github/workflows/winget.yml) for examples. The [wingetcreate](https://github.com/microsoft/wingetcreate) tool can also be used to generate manifests and...
As soon as we get this working, we should put a [sample configuration at Dev Home](https://aka.ms/dsc.yaml).
It's not aiming to drastically reduce time. It's more about automating the setup and configuration.
@JanDeDobbeleer I'm so sorry for a very late reply. I didn't see your reply, and was just checking in. I wasn't able to repro the problem you encountered. ```YAML #...
We're adding sample configurations to [Dev Home](https://aka.ms/dsc.yaml). We're currently working on improving the documentation and providing additional samples for specific [DSC Resources](https://github.com/microsoft/devhome/tree/main/sampleConfigurations/DscResources). I'd love to add a sample for configuring...