diff options
| author | Adonais Romero Gonzalez <[email protected]> | 2024-03-07 15:16:09 -0800 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2024-03-07 15:16:09 -0800 |
| commit | 00b123014ca60925644850f6ba1860c7466943bf (patch) | |
| tree | c7db56033fd949917df0bf60e315e86c8cc8f0e6 | |
| parent | bcc5c139181f66514b6767238f850f5b2d3aabd1 (diff) | |
Update VS DSC in configuration manifests
| -rw-r--r-- | configuration.dsc.yaml | 5 | ||||
| -rw-r--r-- | configuration_vsonly.dsc.yaml | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/configuration.dsc.yaml b/configuration.dsc.yaml index d259db24..a5ac49ea 100644 --- a/configuration.dsc.yaml +++ b/configuration.dsc.yaml @@ -4,7 +4,7 @@ properties: - resource: Microsoft.WinGet.DSC/WinGetPackage id: vsPackage directives: - description: Install Visual Studio Community 2022 + description: Install Visual Studio 2022 Community allowPrerelease: true settings: id: Microsoft.VisualStudio.2022.Community @@ -15,8 +15,7 @@ properties: - vsPackage directives: description: Install required VS workloads - maxVersion: "1.0.15" - allowPrerelease: true + maxVersion: "1.0.21" settings: productId: Microsoft.VisualStudio.Product.Community channelId: VisualStudio.17.Release diff --git a/configuration_vsonly.dsc.yaml b/configuration_vsonly.dsc.yaml index a46f410e..93fdda3d 100644 --- a/configuration_vsonly.dsc.yaml +++ b/configuration_vsonly.dsc.yaml @@ -4,7 +4,7 @@ properties: - resource: Microsoft.WinGet.DSC/WinGetPackage id: vsPackage directives: - description: Install Visual Studio Community 2022 + description: Install Visual Studio 2022 Community allowPrerelease: true settings: id: Microsoft.VisualStudio.2022.Community @@ -15,8 +15,7 @@ properties: - vsPackage directives: description: Install required VS workloads - maxVersion: "1.0.15" - allowPrerelease: true + maxVersion: "1.0.21" settings: productId: Microsoft.VisualStudio.Product.Community channelId: VisualStudio.17.Release |
