Move Remote Tools inside VS2019 folder (#14204)
* Move Remote Tools inside VS2019 folder * Delete Microsoft.VisualStudio.2019.RemoteTools.yaml
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||
PackageIdentifier: Microsoft.VisualStudio.2019.RemoteTools
|
||||
PackageVersion: 16.0.31205.134
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/09a860bd-8353-47ca-b45b-6179d6496e80/90f5bffab41b110b93bbd5f84032d898e460220d0f107fcaca7642f56d32afa4/VS_RemoteTools.exe
|
||||
InstallerSha256: 90F5BFFAB41B110B93BBD5F84032D898E460220D0F107FCACA7642F56D32AFA4
|
||||
InstallerType: exe
|
||||
InstallerSwitches:
|
||||
Silent: /install /quiet
|
||||
SilentWithProgress: /install /quiet
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/09a860bd-8353-47ca-b45b-6179d6496e80/3f58f07b2ca14ec8352e8cbecd17be56afa5dc1b1656a5ff167f3f15cc890b9f/VS_RemoteTools.exe
|
||||
InstallerSha256: 3F58F07B2CA14EC8352E8CBECD17BE56AFA5DC1B1656A5FF167F3F15CC890B9F
|
||||
InstallerType: exe
|
||||
InstallerSwitches:
|
||||
Silent: /install /quiet
|
||||
SilentWithProgress: /install /quiet
|
||||
- Architecture: arm64
|
||||
InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/09a860bd-8353-47ca-b45b-6179d6496e80/b4533413ab128a10e908a2ba9a9f5f44a99edc83fe7869e48c22de733fddc42c/VS_RemoteTools.exe
|
||||
InstallerSha256: B4533413AB128A10E908A2BA9A9F5F44A99EDC83FE7869E48C22DE733FDDC42C
|
||||
InstallerType: exe
|
||||
InstallerSwitches:
|
||||
Silent: /install /quiet
|
||||
SilentWithProgress: /install /quiet
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
@@ -0,0 +1,16 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||
PackageIdentifier: Microsoft.VisualStudio.2019.RemoteTools
|
||||
PackageVersion: 16.0.31205.134
|
||||
PackageLocale: en-US
|
||||
Moniker: vsremotetools
|
||||
Tags:
|
||||
- visualstudio
|
||||
- remote
|
||||
- ext
|
||||
PackageUrl: https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging?view=vs-2019
|
||||
Publisher: Microsoft
|
||||
PackageName: Visual Studio Remote Tools
|
||||
License: Copyright (c) Microsoft Corporation
|
||||
ShortDescription: Remote Tools for Visual Studio 2019 enables app deployment, remote debugging, remote testing, performance profiling, and unit testing on computers that do not have Visual Studio installed.
|
||||
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.31205.134
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.0.0
|
Reference in New Issue
Block a user