Add Microsoft.VisualStudio.2019.StandaloneProfiler (#14213)
* Add Microsoft.VisualStudio.2019.StandaloneProfiler * Fixed wrong hashes
This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||||
|
PackageIdentifier: "Microsoft.VisualStudio.2019.StandaloneProfiler"
|
||||||
|
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/8c9a1be8ebe4cb101d74b957a74af0faf3b263cee4c24da657c3663ecc9bfe41/VS_StandaloneProfiler.exe"
|
||||||
|
InstallerSha256: "8c9a1be8ebe4cb101d74b957a74af0faf3b263cee4c24da657c3663ecc9bfe41"
|
||||||
|
- Architecture: "x64"
|
||||||
|
InstallerUrl: "https://download.visualstudio.microsoft.com/download/pr/f1998402-3cc0-466f-bd67-d9fb6cd2379b/ecd934484edccdb8d6ae8ac607550ab03235c2166309321c62f940a55ed56563/VS_StandaloneProfiler.exe"
|
||||||
|
InstallerSha256: "ecd934484edccdb8d6ae8ac607550ab03235c2166309321c62f940a55ed56563"
|
||||||
|
ManifestType: "installer"
|
||||||
|
ManifestVersion: "1.0.0"
|
@@ -0,0 +1,22 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||||
|
PackageIdentifier: "Microsoft.VisualStudio.2019.StandaloneProfiler"
|
||||||
|
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: "Performance Tools for Visual Studio 2019"
|
||||||
|
PackageUrl: "https://visualstudio.microsoft.com/downloads/#performance-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: "Standalone command line tools that enable performance profiling without Visual Studio."
|
||||||
|
Moniker: "vs2019-standaloneprofiler"
|
||||||
|
Tags:
|
||||||
|
- "visualstudio"
|
||||||
|
- "profiler"
|
||||||
|
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.StandaloneProfiler"
|
||||||
|
PackageVersion: "16.0.31321.278"
|
||||||
|
DefaultLocale: "en-US"
|
||||||
|
ManifestType: "version"
|
||||||
|
ManifestVersion: "1.0.0"
|
Reference in New Issue
Block a user