Skip to content

Commit

Permalink
chocolatey-visualstudio.extension: explain why component manifest che…
Browse files Browse the repository at this point in the history
…cksum is not used

GitHub-Issue: GH-7 GH-8 GH-10 GH-26
  • Loading branch information
jberezanski committed May 15, 2018
1 parent 5e9bfdd commit c42de80
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit c42de80

Please sign in to comment.