From 962c0594ad985978c80711740ffba57ef5566f99 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Thu, 14 Dec 2023 13:39:31 -0600 Subject: Workaround to fix issues install VS using winget configuration --- configuration.dsc.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3.1