diff options
| author | Adonais Romero González <[email protected]> | 2023-12-14 13:39:31 -0600 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2023-12-14 13:39:31 -0600 |
| commit | 962c0594ad985978c80711740ffba57ef5566f99 (patch) | |
| tree | 24509e3065c1a62ffccae3549725f83eabfa33ce | |
| parent | 6971eb69270c614964808f0409fe0b479da51270 (diff) | |
Workaround to fix issues install VS using winget configuration
| -rw-r--r-- | configuration.dsc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.dsc.yaml b/configuration.dsc.yaml index 62abdf99..d259db24 100644 --- a/configuration.dsc.yaml +++ b/configuration.dsc.yaml @@ -15,6 +15,7 @@ properties: - vsPackage directives: description: Install required VS workloads + maxVersion: "1.0.15" allowPrerelease: true settings: productId: Microsoft.VisualStudio.Product.Community |
