sonarlint-visualstudio
sonarlint-visualstudio copied to clipboard
[Infra] Move CFamily jar processing from MSBuild task to exe
- added a new console app that does the equivalent of the current
DownloadSonarPlugintargets/tasks for the CFamily. - changed the VSIX project to use the new console app
At the moment, the processing is the same as before i.e. the app will copy all of the required files to the target lib folder in the VSIX project.
Part of #2315
I've manually tested that the correct files are copied on first and subsequent builds. I've also compared the CFamily files embedded in the VSIX against the current release build, and they are the same. I'll do another check against the artefacts produced in the PR build.







