From f8978070ea361de1d5c75e03f6b8b0f5cf47bc17 Mon Sep 17 00:00:00 2001 From: "Kevin Larkin (MS)" Date: Sun, 17 May 2020 10:57:08 -0700 Subject: [PATCH] update vs to 30011 (#183) * update vs to 30011 * fixed typo * typo --- .../Community/16.0.30104.148.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifests/Microsoft/VisualStudio/Community/16.0.30104.148.yaml diff --git a/manifests/Microsoft/VisualStudio/Community/16.0.30104.148.yaml b/manifests/Microsoft/VisualStudio/Community/16.0.30104.148.yaml new file mode 100644 index 000000000..afd37d52b --- /dev/null +++ b/manifests/Microsoft/VisualStudio/Community/16.0.30104.148.yaml @@ -0,0 +1,19 @@ +Id: Microsoft.VisualStudio.Community +Version: 16.0.30104.148 +Name: Visual Studio Community +Publisher: Microsoft Corporation +Homepage: https://visualstudio.microsoft.com/ +License: Copyright (c) Microsoft Corporation. All rights reserved. +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +AppMoniker: devenv.exe +Tags: C++,vs,C# +Commands: devenv +Installers: + - Arch: x64 + InstallerType: exe + Url: https://download.visualstudio.microsoft.com/download/pr/68d6b204-9df0-4fcc-abcc-08ee0eff9cb2/0d855928b20a2d837f5764c62c9eb4c99e29d85424369e4ac43fdbe990d3c4d9/vs_Setup.exe + Sha256: 0d855928b20a2d837f5764c62c9eb4c99e29d85424369e4ac43fdbe990d3c4d9 + Switches: + Silent: --quiet + SilentWithProgress: --passive + Custom: --wait --productId Microsoft.VisualStudio.Product.Community --channelId VisualStudio.16.Release --channelUri https://aka.ms/vs/16/release/channel --add Microsoft.VisualStudio.Workload.Universal \ No newline at end of file