Infrastructure to embed PSScriptAnalyzer without keeping the code and binaries in the repository #109
Closed
3 tasks done
Labels
infra
Tasks about build, CI and other project infrastructure
The current source layout makes it harder to bundle PSScriptAnalyzer: we keep its releases right in the repo, at
language_host/current/LanguageHost/modules/PSScriptAnalyzer
. See #45 as a reference for how we currently update it.Let's perform some Gradle magic to auto-download and unpack it, to make updates and management of the analyzer easier, and also remove any possible tampering with the binaries at our (or contributors') side.
TODO
compatibility_profiles
inside ofPSScriptAnalyzer
eating 324 MiB of space #113)The text was updated successfully, but these errors were encountered: