Update Microsoft.VisualStudio.2019.RemoteTools to 16.0.31321.278 (#14209)
* Move Remote Tools inside VS2019 folder * Delete Microsoft.VisualStudio.2019.RemoteTools.yaml * Update Microsoft.VisualStudio.2019.RemoteTools to 16.0.31321.278 * Fix "Log" InstallerSwitch
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||||
|
PackageIdentifier: "Microsoft.VisualStudio.2019.RemoteTools"
|
||||||
|
PackageVersion: "16.0.31321.278"
|
||||||
|
InstallerLocale: "en-US"
|
||||||
|
Platform:
|
||||||
|
- "Windows.Desktop"
|
||||||
|
MinimumOSVersion: "6.1.7601.17514"
|
||||||
|
InstallerType: "exe"
|
||||||
|
Scope: "machine"
|
||||||
|
InstallModes:
|
||||||
|
- "interactive"
|
||||||
|
- "silent"
|
||||||
|
- "silentWithProgress"
|
||||||
|
InstallerSwitches:
|
||||||
|
Silent: "/quiet"
|
||||||
|
SilentWithProgress: "/passive"
|
||||||
|
Log: "/log <LOGPATH>"
|
||||||
|
Installers:
|
||||||
|
- Architecture: "x86"
|
||||||
|
InstallerUrl: "https://download.visualstudio.microsoft.com/download/pr/f1998402-3cc0-466f-bd67-d9fb6cd2379b/76fbaa60ca793b6d433d46e7acd00e6d9a05645e59b55ffd3731d6b64179c1cf/VS_RemoteTools.exe"
|
||||||
|
InstallerSha256: "76fbaa60ca793b6d433d46e7acd00e6d9a05645e59b55ffd3731d6b64179c1cf"
|
||||||
|
- Architecture: "x64"
|
||||||
|
InstallerUrl: "https://download.visualstudio.microsoft.com/download/pr/f1998402-3cc0-466f-bd67-d9fb6cd2379b/2952ed612d3628e12f559eaf6b02a732d7dfb79253c2106809236dae028d7a01/VS_RemoteTools.exe"
|
||||||
|
InstallerSha256: "2952ed612d3628e12f559eaf6b02a732d7dfb79253c2106809236dae028d7a01"
|
||||||
|
- Architecture: "arm64"
|
||||||
|
InstallerUrl: "https://download.visualstudio.microsoft.com/download/pr/f1998402-3cc0-466f-bd67-d9fb6cd2379b/de7c5ee91bbe512b3fa6e16ce582d4307b1b21ede172a7b30f81a11560394ff0/VS_RemoteTools.exe"
|
||||||
|
InstallerSha256: "de7c5ee91bbe512b3fa6e16ce582d4307b1b21ede172a7b30f81a11560394ff0"
|
||||||
|
ManifestType: "installer"
|
||||||
|
ManifestVersion: "1.0.0"
|
@@ -0,0 +1,23 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||||
|
PackageIdentifier: "Microsoft.VisualStudio.2019.RemoteTools"
|
||||||
|
PackageVersion: "16.0.31321.278"
|
||||||
|
PackageLocale: "en-US"
|
||||||
|
Publisher: "Microsoft Corporation"
|
||||||
|
PublisherUrl: "https://www.microsoft.com/"
|
||||||
|
PublisherSupportUrl: "https://visualstudio.microsoft.com/vs/support/"
|
||||||
|
PrivacyUrl: "https://privacy.microsoft.com/"
|
||||||
|
Author: "Microsoft Corporation"
|
||||||
|
PackageName: "Remote Tools for Visual Studio 2019"
|
||||||
|
PackageUrl: "https://visualstudio.microsoft.com/downloads/#remote-tools-for-visual-studio-2019"
|
||||||
|
License: "Microsoft Software License"
|
||||||
|
LicenseUrl: "https://visualstudio.microsoft.com/license-terms/mlt031519/"
|
||||||
|
Copyright: "Copyright (c) Microsoft Corporation. All rights reserved."
|
||||||
|
CopyrightUrl: "https://www.microsoft.com/en-us/legal/copyright"
|
||||||
|
ShortDescription: "Remote Tools for Visual Studio 2019 enables app deployment, remote debugging, remote testing,\nperformance profiling, and unit testing on computers that do not have Visual Studio installed."
|
||||||
|
Moniker: "vs2019-remotetools"
|
||||||
|
Tags:
|
||||||
|
- "visualstudio"
|
||||||
|
- "remote"
|
||||||
|
- "ext"
|
||||||
|
ManifestType: "defaultLocale"
|
||||||
|
ManifestVersion: "1.0.0"
|
@@ -0,0 +1,6 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||||
|
PackageIdentifier: "Microsoft.VisualStudio.2019.RemoteTools"
|
||||||
|
PackageVersion: "16.0.31321.278"
|
||||||
|
DefaultLocale: "en-US"
|
||||||
|
ManifestType: "version"
|
||||||
|
ManifestVersion: "1.0.0"
|
Reference in New Issue
Block a user