From c42de80623297f1c3d64deefb5c1dc56df05f058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bere=C5=BCa=C5=84ski?= Date: Tue, 12 Dec 2017 22:11:28 +0100 Subject: [PATCH] chocolatey-visualstudio.extension: explain why component manifest checksum is not used GitHub-Issue: GH-7 GH-8 GH-10 GH-26 --- .../extensions/Get-VSComponentManifest.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chocolatey-visualstudio.extension/extensions/Get-VSComponentManifest.ps1 b/chocolatey-visualstudio.extension/extensions/Get-VSComponentManifest.ps1 index 1c5b6489..960545bc 100644 --- a/chocolatey-visualstudio.extension/extensions/Get-VSComponentManifest.ps1 +++ b/chocolatey-visualstudio.extension/extensions/Get-VSComponentManifest.ps1 @@ -26,7 +26,7 @@ function Get-VSComponentManifest return $null } - # TODO: pass -Checksum and -ChecksumType + # -Checksum and -ChecksumType are not passed, because the info from the channel manifest seems bogus - does not match reality $catalogManifest = Get-VSManifest -Description 'catalog manifest' -Url $url -LayoutFileName 'Catalog.json' -LayoutPath $layoutPath return $catalogManifest